View source: R/calc_dosenumber.R
calc_dosenumber | R Documentation |
calc_dosenumber
is mainly for internal use in the SimcypConsultancy
package and will calculate which dose number a given time should be if you
provide the ct_dataframe and the extracted simulation experimental details
(the output from extractExpDetails
). This is meant to be used
for a single simulation at a time or a set of concentration-time data where
the dosing regimen is IDENTICAL for all simulations.
calc_dosenumber(ct_dataframe, existing_exp_details)
ct_dataframe |
a data.frame of concentration-time data from running
either |
existing_exp_details |
the output from running
If you want the dose number for other compound IDs,
then replace "_sub" with, e.g., "_inhib". Please run
|
Output is a data.frame of concentration-time data with the calculated dose number included
# None yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.