New mapping
mapping(
mapping = ggplot2::aes(Chemical = analyzed_chem_dtxsid, Chemical_Name =
analyzed_chem_name_original, DTXSID = analyzed_chem_dtxsid, CASRN =
analyzed_chem_casrn, Species = species, Reference = fk_extraction_document_id, Media
= conc_medium_normalized, Route = administration_route_normalized, Dose =
dose_level_normalized, Dose.Units = "mg/kg", Subject_ID = fk_subject_id, Series_ID =
fk_series_id, Study_ID = fk_study_id, ConcTime_ID = conc_time_id, N_Subjects =
n_subjects_normalized, Weight = weight_kg, Weight.Units = "kg",
Time = time_hr,
Time.Units = "hours", Value = conc, Value.Units = "mg/L", Value_SD = conc_sd, LOQ =
loq),
...
)
An object of class `uneval` containing the mapping -- see [ggplot2::aes()] for details.
A [ggplot2::aes()] call that maps variable names in the original data to the harmonized `invivoPKfit` variable names.
Additional arguments. Currently unused.
Caroline Ring