extract_fu | R Documentation |
extract_fu
extracts the time-dependent fraction unbound in plasma from
a simulator output Excel file. A tab named something like "fu Profile (Sub)"
must be present. This currently only extracts data for the substrate, but if
you have an example with a different compound, please talk to Laura Shireman.
UNDER CONSTRUCTION!
extract_fu(
sim_data_files,
returnAggregateOrIndiv = "both",
existing_exp_details = NA
)
sim_data_files |
the Simcyp Simulator Excel results files containing the simulated time-dependent fu data, in quotes |
returnAggregateOrIndiv |
Return aggregate and/or individual simulated fu data? Options are "individual", "aggregate", or "both" (default). Aggregated data are not calculated here but are pulled from the simulator output rows labeled as "mean". |
existing_exp_details |
If you have already run
|
a data.frame
# None yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.