gtoxLoadVmad {GladiaTOX} | R Documentation |
gtoxLoadVmad
queries the gtox databases and returns a data.table
with the cutoff values for the given assay endpoint ids (aeid).
gtoxLoadVmad(aeid = NULL)
aeid |
Integer, assay endpoint ids |
A data.table containing cutoff values for the given aeids.
## 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)