Description Usage Arguments Value Examples
gtoxLoadWaid
queries the gtox database and returns the well annotation
information for the given field and values.
1 | gtoxLoadWaid(fld = NULL, val = NULL)
|
fld |
Character, the field(s) to query on |
val |
List, vectors of values for each field to query on. Must be in the same order as 'fld'. |
A data.table with the well annotation information for the given parameters
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
gtoxLoadWaid()
## Reset configuration
options(conf_store)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.