qc_sims | R Documentation |
qc_sims
will create an Excel file specifically designed for general
QCing. It is, by design, more succinct than annotateDetails
and
will only return information that would be included in the "Simcyp Inputs"
table.
qc_sims(
existing_exp_details,
template_sim = NA,
compoundID = NA,
compound = NA,
save_output = NA
)
existing_exp_details |
output from |
template_sim |
optionally include a specific file name – it must be one
of the files included in the object you supply for
|
compoundID |
optionally supply one or more of "substrate", "primary
metabolite 1", "primary metabolite 2", "secondary metabolite", "inhibitor
1", "inhibitor 2", or "inhibitor 1 metabolite" to return information
only on that/those compound(s). Remember to contain more than one
compound ID with |
compound |
optionally supply a specific compound name or part of a
specific compound name to get all possible compounds that match that and
only compounds that match that. Regular expressions are acceptable
here, e.g., |
save_output |
optionally save the output by supplying an Excel file name in quotes here, e.g., "Simulation details.xlsx". Do not include any slashes, dollar signs, or periods in the file name. If you leave off the file extension, it will be saved as an xlsx file. This will save the output with one tab per compound ID (one for substrate, one for inhibitor 1, etc.) |
Returns a list of data.frames, broken up by the compound ID, and saves each data.frame in a formatted Excel file with one tab per compound ID (one for substrate, one for inhibitor 1, etc.)
# No examples yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.