geneIDsort: Helper Function for BubbleEnrich Function and shiny app

Description Usage Arguments Value Author(s) Examples

View source: R/geneIDsort.R

Description

A function that maps HGNC geneIDs to its corresponding HGNC symbol and filers the enrichment results based on a user defined cut off value.

Usage

1
geneIDsort(enrichData, sizeFilter)

Arguments

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

Value

a enrichResult object

Author(s)

Cathy Cha (aut)

Examples

1
2
3
4
## Not run: 
geneIDsort(enrichData, 5)

## End(Not run)

CathyCha/BubbleEnrich documentation built on Dec. 8, 2019, 7:37 a.m.