glPlotPosCtrl {GladiaTOX} | R Documentation |
This function plots positive controls as well as vehicle and treatments normalized values
glPlotPosCtrl(asid)
asid |
Assay source id |
This funtion is useful to select plates to mask
A list of ggplot objects, one per assay X timepoint.
## Store the current config settings, so they can be reloaded at the end ## of the examples conf_store <- gtoxConfList() gtoxConfDefault() ## Create boxplot for all endpoints and chemicals tested. Useful to save ## plots in a pdf file. pp <- glPlotPosCtrl(asid = 1L) pp[[1]] ## Reset configuration options(conf_store)