qc_rlsc | R Documentation |
QC based robust LOESS (locally estimated scatterplot smoothing) signal correction (QC-RLSC)
qc_rlsc(x, y, method = c("subtract", "divide"), opti = TRUE, ...)
x |
A data frame with samples (row) and variables (column). |
y |
A vector with string of "qc" and "sample". |
method |
Data scaling method. |
opti |
A logical value indicating whether or not optimise 'span' |
... |
Other parameter for 'loess'. |
A corrected data frame.
Dunn et al. Procedures for large-scale metabolic profiling of serum and plasma using gas chromatography and liquid chromatography coupled to mass spectrometry. Nature Protocols 6, 1060–1083 (2011)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.