glComputeToxInd: Create toxicological indicator values for all chemicals in...

Description Usage Arguments Details Value Examples

View source: R/glComputeToxInd.R

Description

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

Usage

1
glComputeToxInd(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 compute 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

A data.table with toxicological severity index for each chemical.

Examples

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

## Compute toxicological severity index
dat <- glComputeToxInd(asid = 1L)
dat[]

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