met.PerformFeatureFilter | R Documentation |
Utility method to perform data filtering, used in higher function
met.PerformFeatureFilter(
int.mat,
mSetObj,
filter = "none",
remain.num = NULL,
anal.type = NULL,
all.rsd = NULL
)
int.mat |
Data matrix with samples in rows and features in columns, generated by higher function. |
mSetObj |
Enter the name of the created mSet object (see |
filter |
(Character) Select an option for unspecific filtering based on the following ranking criteria:
|
remain.num |
(Numerical) Enter the number of variables to keep in your dataset. If
|
anal.type |
(Character) Type of analysis. Extracted from mSetObj by higher function at mSetObj$analSet$type. |
all.rsd |
(Numeric or |
A list with filtered data and a message to inform about the chosen filtering conditions
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)
adapted from PerformFeatureFilter
(https://github.com/xia-lab/MetaboAnalystR).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.