Description Usage Arguments Value Author(s) Examples
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)
1 | orderEnrichmentResults(resultset)
|
resultset |
A set of results following an AtlasRDF gene set enrichment. |
Ordered set of results with most signficant factor first, least signficant last.
James Malone
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.