Description Usage Arguments Details Value Examples
This function calculates the coefficient of variation of each feature.
1 |
XCMSresFilled |
A |
na.rm |
Omit the samples in which the feature is not detected, and the default is FALSE. |
This function calculates the coefficient of variation of each feature across all the samples. If a sample is detected with more than one peaks in the feature, the function will pick the one with the highest intensity value.
A vector of the same length as the row number of the group
slot in XCMSresFilled
, in which each element is the CV.
1 2 3 4 5 | # obtain data
data('xcmsExamples')
xcmsLargeWin <- xcmsExamples$xcmsLargeWin
cv <- compCV(xcmsLargeWin)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.