Description Usage Arguments Value Author(s) References Examples
This function gets a ranked gene set of interest with related phenotypes and outputs a bubble graph with bubble diameters correlated to the significance of the phenotype to the gene set.
1 | BubbleEnrich(geneList = NULL)
|
geneList |
A numeric, named vector, sorted in descending order |
A ggplot plot
Cathy Cha (aut)
Guangchuang Yu, Li-Gen Wang, Yanyan Han and Qing-Yu He. clusterProfiler: an R package for comparing biological themes among gene clusters. OMICS: A Journal of Integrative Biology 2012, 16(5):284-287
1 2 3 4 5 | ## Not run:
data(geneList, package="DOSE")
BubbleEnrich(geneList)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.