extractPK_DB | R Documentation |
extractPK_DB
pulls PK data from a database file and
calculates summary statistics for the data
extractPK_DB(
sim_data_file,
compoundToExtract = "substrate",
PKparameters = NA,
which_doses = NA,
tissue = "plasma",
existing_exp_details,
returnAggregateOrIndiv = "aggregate"
)
sim_data_file |
name of the database file containing the simulator output, in quotes |
compoundToExtract |
For which compound do you want to extract PK data? Options are:
|
PKparameters |
PK parameters you want to extract from the simulator output file. Options are:
|
which_doses |
optionally specify which doses you would like. If left as
NA (default), only the first- and last-dose PK will be included. An example
of good input: |
tissue |
For which tissue would you like the PK parameters to be pulled? Options are "plasma" (default), "unbound plasma", "blood", "unbound blood", "peripheral plasma", or "peripheral blood". NOTE: PK for peripheral sampling is not as well tested as for other tissues and is only set up for V21+. Please check your results carefully. |
existing_exp_details |
If you have already run
|
returnAggregateOrIndiv |
return aggregate (default) and/or individual PK parameters? Options are "aggregate", "individual", or "both". For aggregate data, values are pulled from simulator output – not calculated – and the output will be a data.frame with the PK parameters in columns and the statistics reported exactly as in the simulator output file. |
a list: "individual" = individual PK data, "aggregate" = aggregate PK data, "TimeInterval" = the time intervals used
# none yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.