Description Usage Arguments Value Author(s) Examples
A function that maps HGNC geneIDs to its corresponding HGNC symbol and filers the enrichment results based on a user defined cut off value.
1 | geneIDsort(enrichData, sizeFilter)
|
enrichData |
A dataframe of the disease phenotypes with its corresponding geneIDs that contribute to it's enrichment |
sizeFilter |
A positive integer that defines the cut off value for enrichment result size |
a enrichResult object
Cathy Cha (aut)
1 2 3 4 | ## Not run:
geneIDsort(enrichData, 5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.