glPlotStat: Box plot for Minimal Effective Concentrations (MEC) and AC50...

Description Usage Arguments Details Value Examples

View source: R/glPlotStat.R

Description

This function plots MEC values

Usage

1
glPlotStat(asid, ref.chm = NULL, stat = quote(modl_acc))

Arguments

asid

Assay source id

ref.chm

Chemical to adopt as reference

stat

Character vector of statistic to export

Details

This function is useful to show the MEC trend over control chemical

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 of MEC
## plots in a pdf file.
pp <- glPlotStat(asid = 1L)
pp[[1]]

## Reset configuration
options(conf_store)

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