glComputeToxInd {GladiaTOX} | R Documentation |
This function computes the toxicological indicator value for the assay source id in input.
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.
## 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[]