glPlotPosCtrlMEC: Box plot for positive control check

View source: R/glPlotPosCtrlMEC.R

glPlotPosCtrlMECR Documentation

Box plot for positive control check

Description

This function plots positive controls for study id asid as well as boxplot historical positive control MECs

Usage

glPlotPosCtrlMEC(asid, masked = NULL)

Arguments

asid

Assay source id

masked

Masking color

Details

This funtion is useful to select plates to mask

Value

A list of ggplot objects, one per assay X timepoint.

Note

PMI-specific

Examples

## 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 <- glPlotPosCtrlMEC(asid = 1L)
pp[[1]]

## Reset configuration
options(conf_store)


philipmorrisintl/GladiaTOX documentation built on Aug. 27, 2023, 9:07 p.m.