Cluster_enrichment | R Documentation |
Gene ontology on RT clusters using clusterprofiler
Cluster_enrichment( clusters, genes, orgDB, ontology = c("BP", "MF", "CC", "ALL"), showCategory = 10, qvalueCutoff = 0.05, ... )
clusters, |
clusters from RT_clustering |
genes, |
either a dataframe containing chr,start,end,gene column, where gene is an ENSEMBL identifier or the path to a gtf file |
orgDB, |
OrgDb. |
ontology, |
One of "BP", "MF", and "CC" sub-ontologies, or "ALL" for all three. |
showCategory, |
number of categories to show per cluster |
qvalueCutoff, |
cut-off for qval |
..., |
other parameters to pass to enrichGO |
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.