-
Notifications
You must be signed in to change notification settings - Fork 0
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: Run NCA simultaneously over multiple analytes #3
Comments
Related to #125 This can be done as either a grouping variable or as an analyte using PKNCA. Over time, I think that most people have shifted from using the analyte formula notation to using |
Yes, indeed this challenge is more about readapting our current code that any difficulty with PKNCA. Regarding this topic, looks these formulas ok? Conc: I know that |
The way that PKNCA works, the dose grouping must be a subset of the conc groups. So, I believe that the suggested groups would fail when combining at the Out of curiosity, why are you starting all intervals at |
Ups yes you are right I missed writting also The thing is that our users have communicated us that they would like that the results start with respect to the last dose time instead of the accumulated time. Of course, we could still do this as a postprocessing step to adjust I would also like to ask you about how the nominal time can be used (if so) with the checking of the direct results or if there is any ongoing plan about this. How are NAs handled for this column as well? |
Parameters like How are you wanting to use nominal times? The time used for calculations is whatever is given in the formula. You can give either nominal or actual times, whichever you want to use for calculations; usually you want to use actual times for calculations. I have internal plotting routines that look at nominal times when creating group plots (e.g. mean or median by treatment).
|
Issue description
The current used PKNCA package allows the analysis to be run on multiple analytes simultaneously, however our current implementation only provides input selections for one analyte at a time. This can be changed in order to fully satisfy the user's needs.
ANALYTE
,DOSNO
) and new ones (PCSPEC
)Notes
This feature can be of great interest to enable other future enhancements to the app; i.e, the customization of analyte ratios
The text was updated successfully, but these errors were encountered: