Description Usage Arguments Details Value Examples
View source: R/glComputeToxInd.R
This function computes the toxicological indicator value for the assay source id in input.
1 | glComputeToxInd(asid, tp = NULL, stat = quote(modl_acc))
|
asid |
assay source id |
tp |
Time point to report |
stat |
statistic to plot |
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.
A data.table with toxicological severity index for each chemical.
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[]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.