enrich_go | R Documentation |
This function performs enrichment analysis of all gene clusters from a ClusterSet object and store the results in the cluster_annotations slot.
enrich_go(object, species = "Hsapiens", ontology = "all")
object |
an object of class |
species |
a character string indicating the species name, as a concatenation of the first letter of the name (uppercase) and the family name (lowercase), e.g human -> Hsapiens, mouse -> Mmusculus |
ontology |
a character string indicating the ontology to use for the enrichment analysis. One of "BP", "MF", and "CC" ontology, or "ALL". |
A ClusterSet
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.