Description Usage Arguments Value References Examples
View source: R/getDescription.R
This function gets description of gene sets.
1 | getDescription(GSids, GS.type)
|
GSids |
A vector contains gene set IDs. |
GS.type |
A string. "GO", "KEGG", or "Reactome". |
A vector contains gene sets description.
Carlson M (2018). GO.db: A set of annotation maps describing the entire Gene Ontology. R package version 3.6.0.
Yu G, Wang L, Han Y, He Q (2012). clusterProfiler: an R package for comparing biological themes among gene clusters. OMICS: A Journal of Integrative Biology, 16(5), 284-287.
Ligtenberg W (2017). reactome.db: A set of annotation maps for reactome. R package version 1.62.0.
1 2 3 | GSids = c("GO:0007389", "GO:0000978", "GO:0043062")
Description = getDescription(GSids, "GO")
head(Description)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.