orderEnrichmentResults: Order the results of a gene set enrichment by p-value.

Description Usage Arguments Value Author(s) Examples

View source: R/AtlasRDF.R

Description

Following a gene set enrichment, order the results so that the most significantly enriched factors are first, in decreasing order of significane (i.e. where lowest p-value is most signfiicant)

Usage

1

Arguments

resultset

A set of results following an AtlasRDF gene set enrichment.

Value

Ordered set of results with most signficant factor first, least signficant last.

Author(s)

James Malone

Examples

1
2
3
4
###order the results of an enrichment
#orderedresults <- orderEnrichmentResults(enrichmentresults)
###view the top 10 most significant
#vizPValues(orderedresults[1:20], cutoff = "1")

AtlasRDF documentation built on Nov. 17, 2017, 9:33 a.m.