View source: R/extractConcTime_DB.R
extractConcTime_DB | R Documentation |
Extract concentration-time data from a Simcyp Simulator database file – UNDER CONSTRUCTION!!!
extractConcTime_DB(
sim_data_file,
existing_exp_details = NA,
compoundToExtract = "substrate",
tissue = "plasma",
obs_to_sim_assignment = "use existing_exp_details",
conc_units = "ng/mL",
returnAggregateOrIndiv = "aggregate"
)
sim_data_file |
name of the Excel file containing the simulated concentration-time data, in quotes; must be an output file from the Simcyp simulator |
existing_exp_details |
If you have already run
|
compoundToExtract |
For which compound do you want to extract concentration-time data? Options are:
Note: If your compound is a therapeutic protein or ADC, we haven't tested this very thoroughly, so please be extra careful to check that you're getting the correct data. |
tissue |
From which tissue should the desired concentrations be extracted? Default is plasma for typical plasma concentration-time data. All options: "plasma", "blood", "peripheral plasma", "portal vein plasma", "Kp,uu,brain", "Kp,uu,ICF", or "Kp,uu,ISF". We're working on adding more. |
obs_to_sim_assignment |
the assignment of which observed files go with which simulated files. (NA, which is the default, means no observed data will be extracted.) There are four ways to supply this:
For whichever option you choose, the observed files' paths should be included if they are located somewhere other than your working directory. The observed data files should be for the Excel file that it is ready to be converted to an XML file, not the file that contains only the digitized time and concentration data. This function assumes that the dosing intervals for the observed data match those in the simulated data. See "Details" for more info. |
conc_units |
desired concentration units; options are the same as the ones in the Excel form for PE data entry: "ng/mL" (default), "mg/L", "mg/mL", "µg/L" (or "ug/L"), "µg/mL" (or "ug/mL"), "ng/L", "µM" (or "uM"), or "nM". |
returnAggregateOrIndiv |
Return aggregate and/or individual simulated concentration-time data? Options are "aggregate", "individual", or "both" (default). Aggregated data are not calculated here but are pulled from the simulator output rows labeled as "Population Statistics". |
a data.frame of concentration-time data
# none yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.