View source: R/make_table_annotations.R
make_table_annotations | R Documentation |
make_table_annotations
is meant to make a table heading and caption
for a table with a single set of results but will return more generic info
for tables with multiple sets of results. UNDER CONSTRUCTION.
make_table_annotations(
MyPKResults,
MyFile = NA,
MyCompoundID = NA,
prettify_compound_names,
existing_exp_details = NA,
mean_type,
tissue = NA,
DosesIncluded = NA,
name_clinical_study = NA,
return_all_objects = FALSE
)
MyPKResults |
only the PK table |
MyFile |
the specific sim_data_file in question |
MyCompoundID |
substrate, inhibitor 1, etc. for this specific table. If length > 1, then generic info will be used. |
prettify_compound_names |
pass through from parent function |
existing_exp_details |
experimental details for only the single sim_data_file in question rather than for all possible files that may have been contained in existing_exp_details |
mean_type |
mean type used |
tissue |
tissue in which the PK parameters were measured |
DosesIncluded |
which doses were included? options: "Dose1 Last" when both 1st and last-dose or user-defined interval info included, "Dose1" when it's only dose 1, "Last" when it's either last or user-defined info included. Leave as NA to make a guess, which works well when include_dose_num = TRUE in original PK table call but less so when include_dose_num = FALSE. Set to "no dose num included" to use the most-generic text for the annotations. |
name_clinical_study |
optionally specify the name(s) of the clinical
study or studies for any observed data. This only affects the caption of
the graph. For example, specifying |
return_all_objects |
T or F (default) for whether to return a ton of objects for use downstream |
a list with a) table_heading text and b) table_caption text
# None yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.