Description Usage Arguments Value Examples
Metabolomics datasets often contain 'features' with irreproducible peak intensity values, or with large numbers of missing values. This tool facilitates the remove of such features from a data matrix, based upon relative standard deviation of intensity values for a given feature within specified QC samples.
1 | filter_peaks_by_rsd(df, max_rsd, classes, qc_label, remove_peaks = TRUE)
|
df |
A matrix-like (e.g. an ordinary matrix, a data frame) or
RangedSummarizedExperiment-class object with
all values of class |
max_rsd |
|
classes |
|
qc_label |
|
remove_peaks |
|
Object of class SummarizedExperiment
. If input data are a
matrix-like (e.g. an ordinary matrix, a data frame) object, function returns
numeric()
matrix-like object of filtered data set. Function
flags
are added to the object attributes
and is a
DataFrame-class with five columns. The same
DataFrame-class
object containing flags is added to rowData()
element of SummarizedExperiment
object as well.
Columns in rowData()
or flags
element contain:
rsd_QC
numeric()
, RSD% value of QC samples per feature;
rsd_flags
integer()
,if 0 feature is flagged to be removed.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.