View source: R/assignDefaultMthds.R
assignDefaultMthds | R Documentation |
Function to assign default processing method to asid in input
assignDefaultMthds(asid, params = NULL)
asid |
Integer, the asid value(s) to which assign the default methods |
params |
Parameters for level 2, 3, and 5 processing |
This function loads all components and endpoints for the given asid(s) in the database, and assigns a default set of processing methods to them.
This funciton will overwrite any previously assigned methods.
By default, each assay will receive 'none' at level 2. Level 3 data will receive, in order, 'bval.pmi' (39), 'resp.fc' (9), 'resp.log2' (7), and for endpoints with "down" analysis direction, 'resp.multneg1' (6).
None
## Prepare for analysis before QC + process data
assignDefaultMthds(asid = 1L)
## Process data
gtoxRun(asid = 1L, slvl = 1, elvl = 6, mc.cores = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.