glPlotToxInd: Plot toxicological indicator values for all chemicals in...

Description Usage Arguments Details Value Examples

View source: R/glPlotToxInd.R

Description

This function plots the toxicological indicator value for the assay source id in input.

Usage

1
glPlotToxInd(asid, tp = NULL, stat = quote(modl_acc))

Arguments

asid

assay source id

tp

Time point to report

stat

statistic to plot

Details

This function is useful to plot toxicological indicator values. These values, for each chemical, represent an average impact of the chemical across the list of endpoints tested. The function transform the data to minus log scale. Hence the larger the indicator value, larger is the impact of the chemical.

Value

None

Examples

1
2
3
4
5
6
7
## Store the current config settings, so they can be reloaded at the end
## of the examples
conf_store <- gtoxConfList()
gtoxConfDefault()

## Compute and plot toxicological severity index
glPlotToxInd(asid=1L)

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