View source: R/extractAUCXtab.R
extractAUCXtab | R Documentation |
FOR INTERNAL USE ONLY: Extract PK data from a generic AUC tab, e.g., NOT one formatted like the "AUC" tab from Simcyp V21 and earlier
extractAUCXtab(
PKparameters,
PKparameters_orig,
compoundToExtract = "substrate",
sim_data_file,
Sheet,
PKset,
UserSpecified,
Deets,
DataCheck,
includeTrialInfo
)
PKparameters |
parameters to extract; character vector only (a set of parameters like in extractPK is not acceptable here) |
PKparameters_orig |
original PK parameters from extractPK function |
compoundToExtract |
For which compound do you want to extract PK data? Options are:
|
sim_data_file |
simulator output Excel file to read |
Sheet |
sheet to read from the Excel file |
PKset |
which set of PK parameters to use. Options: AUC0, AUClast, AUCX |
UserSpecified |
TRUE or FALSE for whether this was a user-specified sheet, in which case we don't know which dose it is |
Deets |
output from running extractExpDetails on the provided
sim_data_file and setting |
DataCheck |
DataCheck data.frame |
includeTrialInfo |
TRUE or FALSE |
a list for use with the extractPK function
# none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.