dosing_regimen_plot: Plot the dosing regimens used in simulations

View source: R/dosing_regimen_plot.R

dosing_regimen_plotR Documentation

Plot the dosing regimens used in simulations

Description

dosing_regimen_plot creates a graph of the dosing regimen used in the simulations provided. UNDER CONSTRUCTION.

Usage

dosing_regimen_plot(
  existing_exp_details,
  sims_to_include = NA,
  break_up_by = "Compound"
)

Arguments

existing_exp_details

output from extractExpDetails or extractExpDetails_mult.

sims_to_include

optionally specify which simulation files you'd like to include in the annotated output. Acceptable input:

NA (default)

get all the simulations included in existing_exp_details

a character vector of the file names you want

The items in the character vector must exactly match file names in the column "File" of the "MainDetails" item in existing_exp_details, including the ".xlsx" or ".db" file extension

break_up_by

The output graphs will all be broken up by the simulation file name and also by either the compound name (specify break_up_by = "Compound", the default) or by the compound ID (specify break_up_by = "CompoundID" to break up the graphs by whether the compound was the substrate, the inhibitor 1, etc. in the simulation).

Value

a ggplot2 graph

Examples

# UNDER CONSTRUCTION 


shirewoman2/Consultancy documentation built on Feb. 18, 2025, 10 p.m.