Description Usage Arguments Value Examples
View source: R/QCcorrectionMultiLOESS.R
According to the area of QC along each day, this function generates values for each sample injected along the day that are going to be used for data normalization.
1 | QCcorrectionMultiLOESS(LCdata)
|
LCdata |
Matrix of data obtained (mainly by LC-MS) that included four data columns ("Compound Name","Order","QC","Day") and then one coulm for each compound or entity detected. |
A data set similar to LCdata matrix but with duplicated columns for each compound or entity with the area needed to normalize each of them.
1 2 3 4 | ## Not run:
correctedLCdata<-QCcorrectionMultiLOESS(LCdata)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.