Description Usage Arguments Value Author(s) See Also Examples
View source: R/summarizeFilterResults.R
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.
1 | summarizeFilterResults(metaObject, metaFilterLabel)
|
metaObject |
the metaObject that contains the |
metaFilterLabel |
the name of a |
Data frame, which contains $pooledResults
information for each gene which passed the filter
Francesco Vallania
1 2 3 4 | # 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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.