Description Usage Arguments Value Examples
Signal drift and batch effect correction
Signal drift and batch effect correction
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | metCorrect(x, ...)
## S4 method for signature 'MultiDataSet'
metCorrect(x, referenceSampleTypeC = c("pool",
"sample")[1], colnameBatchC = "batch",
colnameInjectionOrderC = "injectionOrder",
colnameSampleTypeC = "sampleType", spanN = 1, fig.pdfC = NA,
info.txtC = NA)
## S4 method for signature 'ExpressionSet'
metCorrect(x, referenceSampleTypeC = c("pool",
"sample")[1], colnameBatchC = "batch",
colnameInjectionOrderC = "injectionOrder",
colnameSampleTypeC = "sampleType", spanN = 1, fig.pdfC = NA,
info.txtC = NA)
|
x |
An S4 object of class |
colnameBatchC |
Character: name of the column from pData(x) containing the batch information (encoded as characters) |
colnameSampleTypeC |
Character: name of the column from pData(x) containing the sample type information (encoded as characters) |
spanN |
Numeric: smoothing parameter for the loess regression; between 0 and 1; (default set to 1) |
fig.pdfC |
Character: Name of the file for the graphics from the significant features; if NA, the graphics are displayed on the screen; |
info.txtC |
Character: File name for the printed results (call to 'sink()'); if NA (default), messages will be printed on the screen; if NULL, no verbose will be generated |
referenceSampeTypeC |
Character: sample type to be used as reference for the correction (as indicated in the 'colnameSampleType' column from the pData(x); e.g. 'pool') |
colnameInjectionOrder |
Character: name of the column from pData(x) containing the injection order information (encoded as numerics) |
x |
An S4 object of class |
referenceSampeTypeC |
Character: sample type to be used as reference for the correction (as indicated in the 'colnameSampleType' column from the pData(x); e.g. 'pool') |
colnameBatchC |
Character: name of the column from pData(x) containing the batch information (encoded as characters) |
colnameInjectionOrder |
Character: name of the column from pData(x) containing the injection order information (encoded as numerics) |
colnameSampleTypeC |
Character: name of the column from pData(x) containing the sample type information (encoded as characters) |
spanN |
Numeric: smoothing parameter for the loess regression; between 0 and 1; (default set to 1) |
fig.pdfC |
Character: Name of the file for the graphics from the significant features; if NA, the graphics are displayed on the screen; |
info.txtC |
Character: File name for the printed results (call to 'sink()'); if NA (default), messages will be printed on the screen; if NULL, no verbose will be generated |
MultiDataSet
including the adjusted p-values in fData (or the vector of adjusted p-values when returnAdjustOnlyL is TRUE)
ExpressionSet
including the adjusted p-values in fData (or the vector of adjusted p-values when returnAdjustOnlyL is TRUE)
1 2 3 | # to be provided
sacSet <- metRead(system.file("extdata/sacurine", package = "metabolis"))
sacSet <- metCorrect(sacSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.