View source: R/Function-Params.R
ExperimentParam | R Documentation |
Parameters for experimental setup
ExperimentParam( wd = ".", resDir = "results", tmpDir = file.path(resDir, "tmp"), polarity = c("positive", "negative"), ce = "30", lc = c("RP", "HILIC"), instrument = c("Sciex6600", "Agilent6560"), ms1range = NULL, ms2range = NULL, resDefineAt = 400, nSlaves = 4 )
wd |
|
resDir |
|
tmpDir |
|
polarity |
|
lc |
|
instrument |
|
ms1range |
|
ms2range |
|
resDefineAt |
|
nSlaves |
|
an ExperimentParam
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.