summarizeFilterResults: Summarize the filtered analysis results

Description Usage Arguments Value Author(s) See Also Examples

View source: R/summarizeFilterResults.R

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

1
summarizeFilterResults(metaObject, metaFilterLabel)

Arguments

metaObject

the metaObject that contains the filterObject of interest

metaFilterLabel

the name of a filterObject generated with the function filterGenes()

Value

Data frame, which contains $pooledResults information for each gene which passed the filter

Author(s)

Francesco Vallania

See Also

filterGenes

Examples

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))

MetaIntegrator documentation built on March 26, 2020, 6:29 p.m.