Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: create a EVID translation function #740

Open
mattfidler opened this issue Jul 26, 2024 · 0 comments
Open

Feature Request: create a EVID translation function #740

mattfidler opened this issue Jul 26, 2024 · 0 comments

Comments

@mattfidler
Copy link
Member

Something like:

rxode2({
    # This changes evid=1 to evid7
    evid1to(depot, 7)
    # This would indicate that instead of a typical oral dose
    # This is a transit compartment dose
    k           <- cl/vc
    ktr         <- (n+1)/mtt
    d/dt(depot) <- transit(n,mtt,bio)-ka*depot
    d/dt(cen)   <- ka*depot-k*cen
})

Then the translation occurs on etTrans() when it translates to the
classic evid it will not translate again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant