AllPKParameters | R Documentation |
extractPK
(version for coding
purposes)All possible PK parameters that can be extracted from a simulator output file
using extractPK
. For the more user-friendly version of this
data.frame, which omits columns used only for coding purposes, please see
PKParameterDefinitions
.
AllPKParameters
A data.frame with 6 columns:
the PK
parameter name to use with extractPK
for the argument
PKparameters
PKparameter without any mention of whether it was in the presence of a perpetrator
PKparameter without any mention of the dose number. This is for matching up prettified names when the user has requested that no dose number be shown, e.g., when all the doses were for dose 1, it's redundant to see "Dose 1" on all of the table columns. This is DISTINCT from PK parameters that are specifically for user-defined AUC intervals. See column "UserInterval".
the sheet in a simulator output file where the PK parameter will be extracted, if possible
TRUE or FALSE for whether this item applies only to single-dose data
Regex to use for finding the parameter
For the older AUC tabs, you had to look at one row above the main row to figure out which sets of PK values were for baseline, which were for the DDI, which were in plasma, which were in blood, etc., so this addresses at least the DDI part of the question.
TRUE or FALSE for whether this applies to scenarios where only a single dose was administered. Note that all UserInterval parameters have this set to true b/c you could conceivably have a situation where someone had a user-defined interval that was shorter than the full simulation.
TRUE or FALSE for whether this item only applies when a perpetrator is present in the simulation
Applies specifically to user-defined interval data
Sometimes, the regex changes from what is used for the substrate when the compound of interest is a perpetrator. This notes what the regex changes to in that situation.
the order to arrange columns for pk_table
Pretty names to use in tables, etc.
Pretty names to use in tables, etc., when the user doesn't want the dose number included.
an explanation of what the parameter is
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.