filter_by_cv | R Documentation |
Remove molecules with CV larger that a threshold
filter_by_cv(data, cv.cutoff = 20, measure = "Area")
data |
LipidomicsExperiment object. |
cv.cutoff |
CV threshold (numeric). Default is |
measure |
Which measure used to calculate CV, usually Area (default). |
LipidomicsExperiment object with molecules filtered.
data(data_normalized)
filter_by_cv(data_normalized)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.