View source: R/filter_sumexp.R
filter_sumexp | R Documentation |
filter_sumexp
is the function for the filtering of the
SummarizedExperiment object.
filter_sumexp(data, filt_targ = NULL, value_targ = NULL, filt_class = NULL)
data |
A list containing both the SumExp objects and other information like replicates and data_type. |
filt_targ |
Character. A column from the colData where to apply the filter (e.g. "Product"). |
value_targ |
Character. The values to be filtered on the colData (e.g. c("CTRL", "BC")). |
filt_class |
Character. The lipid classes to be filtered (e.g. c("Cer", "PC", "PE")). |
Last change 23/06/2022
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.