View source: R/match_obs_to_sim.R
match_obs_to_sim | R Documentation |
match_obs_to_sim
will match observed concentration-time data to the
correct simulated concentration-time data and figure out what the dose number
should be at each time as well as figure out what the correct compound names
should be since that's not included in observed-data Excel files for the
Simulator. It will then add the observed data to your existing
concentration-time data.frame.
match_obs_to_sim(
ct_dataframe,
obs_dataframe,
obs_to_sim_assignment = NA,
existing_exp_details = NA
)
ct_dataframe |
a data.frame of concentration-time data generated by
running either |
obs_dataframe |
a data.frame of observed concentration-time data
generated by running either |
obs_to_sim_assignment |
optionally specify which observed files should
be compared to which simulator files. If left as NA, this will assume that
all obsereved data should match all simulated data. To specify, use a
data.frame like this:
|
existing_exp_details |
the output from running
|
returns a data.frame where the information from obs_dataframe has dose numbers, compound names, inhibitor names, etc. to match ct_dataframe, and obs_dataframe has been added to ct_dataframe.
# None yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.