Learn R Programming

AtlasRDF (version 1.8.0)

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

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

orderEnrichmentResults(resultset)

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.

Examples

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

Run the code above in your browser using DataLab