glPlotToxInd | R Documentation |
This function plots the toxicological indicator value for the assay source id in input.
glPlotToxInd(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 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.
None
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.