View source: R/filter_objects.R
imdanova_filter | R Documentation |
This function returns an imdanovaFilt object for use with
applyFilt
imdanova_filter(omicsData)
omicsData |
object of one of the classes "pepData", "isobaricpepData",
"proData", "lipidData", "metabData", or "nmrData", created by
|
The output from this function can be used in conjunction with
applyFilt
to filter out molecules that are not present in
enough samples to do statistical comparisons. If any singleton groups are
present in the omicsData object, those groups are not part of the filter
object that is returned.
An S3 object of class imdanovaFilt (also a data.frame) containing the molecule identifier and number of samples in each group with non-missing values for that molecule.
Kelly Stratton
library(pmartRdata)
mypep <- group_designation(omicsData = pep_object, main_effects = "Phenotype")
to_filter <- imdanova_filter(omicsData = mypep)
summary(to_filter, min_nonmiss_anova = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.