View source: R/tidy_input_PK.R
tidy_input_PK | R Documentation |
INTERNAL PACKAGE USE ONLY. Reads (as needed), harmonizes and tidies observed PK input. Output is a data.frame of PK parameters with columns File, Sheet, CompoundID, Tissue, Value, and Variability. The columns Sheet, Value, and Variability may contain NAs.
tidy_input_PK(
PKparameters,
sim_data_files = NA,
existing_exp_details = NA,
compoundsToExtract = "substrate",
tissues = "plasma",
sheet_PKparameters = NA
)
PKparameters |
whatever they have supplied for PKparameters for pksummary_table or pksummary_mult. This can be a csv file, a character vector, or NA. |
sim_data_files |
a character vector of file names. This should no longer be NA or "recursive". |
existing_exp_details |
If you have already run
|
compoundsToExtract |
the values they supplied for compoundsToExtract in the parent function. |
tissues |
the values they supplied for tissues in the parent function |
sheet_PKparameters |
the values they supplied for sheet_PKparameters in the parent function |
report_input_file |
probably not in use |
sheet_report |
probably not in use |
a list of: 1) "PKparameters" – a tidy data.frame of PKparameters with standardized column names and contents, 2) "existing_exp_details", which will only differ from the original in that any missing sim files will be added – none will be removed. 3) "FilePairs" – if this is from calc_PK_ratios, then a tidy data.frame listing which items should be paired
# nope
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.