View source: R/DATA_normalization_variable-specifc.R
variable-specific normalization (QC-based signal correction)
1 2 3 4 5 6 7 8 9 | normalize_metabolite_specific(
expData,
design,
method,
rf.ntree = 500,
loess.span = 0.5,
loess.degree = 2,
...
)
|
expData |
data.frame: row as sample, colum as metabolite(or features/variables) |
design |
data.frame, including 4 columns: "sample", "batch", "class", "order" (run order). QC sample as "QC" in column "class". |
method |
QC-based signal correction methods, including: qc.mean, qc.median, loess (QCRLSC), random forest (QCRFSC), QC-SVR, IORLSC, IORFSC |
rf.ntree |
ntree par for randomForest::randomForest() |
loess.span |
span par for loess() |
loess.degree |
degree par for loess() |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.