summarizeFilterResults {MetaIntegrator} | R Documentation |
Summarize the filtered analysis results
Description
Given a metaObject
and the name of the filterObject
of interest, this function will print a summary style message about genes that passed the filtering step using the function filterGenes()
and return a dataFrame
that contains the $pooledResults
information for each gene which passed the filter.
Usage
summarizeFilterResults(metaObject, metaFilterLabel)
Arguments
metaObject |
the metaObject that contains the |
metaFilterLabel |
the name of a |
Value
Data frame, which contains $pooledResults
information for each gene which passed the filter
Author(s)
Francesco Vallania
See Also
Examples
# filter genes with default settings
# false discovery rate cutoff of 5 percent and WITH leave-one-out analysis
testMetaObject <- filterGenes(tinyMetaObject)
summarizeFilterResults(testMetaObject, getMostRecentFilter(testMetaObject))
[Package MetaIntegrator version 2.1.3 Index]