Description Usage Arguments Value Examples
gtoxLoadVmad
queries the gtox databases and returns a data.table
with the cutoff values for the given assay endpoint ids (aeid).
1 | gtoxLoadVmad(aeid = NULL)
|
aeid |
Integer, assay endpoint ids |
A data.table containing cutoff values for the given aeids.
1 2 3 4 5 6 7 8 9 10 | ## Store the current config settings, so they can be reloaded at the end
## of the examples
conf_store <- gtoxConfList()
gtoxConfDefault()
## Prepare for analysis before QC + process data
gtoxLoadVmad()
## Reset configuration
options(conf_store)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.