filter_by_cv: Remove molecules with CV larger that a threshold

View source: R/manip.R

filter_by_cvR Documentation

Remove molecules with CV larger that a threshold

Description

Remove molecules with CV larger that a threshold

Usage

filter_by_cv(data, cv.cutoff = 20, measure = "Area")

Arguments

data

LipidomicsExperiment object.

cv.cutoff

CV threshold (numeric). Default is 20.

measure

Which measure used to calculate CV, usually Area (default).

Value

LipidomicsExperiment object with molecules filtered.

Examples

data(data_normalized)
filter_by_cv(data_normalized)

ahmohamed/lipidr documentation built on July 7, 2023, 2:22 a.m.