glPlotPosCtrl: Box plot for positive control check

Description Usage Arguments Details Value Examples

View source: R/glPlotPosCtrl.R

Description

This function plots positive controls as well as vehicle and treatments normalized values

Usage

1

Arguments

asid

Assay source id

Details

This funtion is useful to select plates to mask

Value

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## 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)

GladiaTOX documentation built on Nov. 15, 2020, 2:07 a.m.