groupGO | R Documentation |
Functional Profile of a gene set at specific GO level. Given a vector of genes, this function will return the GO profile at a specific level.
groupGO(
gene,
OrgDb,
keyType = "ENTREZID",
ont = "CC",
level = 2,
readable = FALSE
)
gene |
a vector of entrez gene id. |
OrgDb |
OrgDb |
keyType |
key type of input gene |
ont |
One of "MF", "BP", and "CC" subontologies. |
level |
Specific GO Level. |
readable |
if readable is TRUE, the gene IDs will mapping to gene symbols. |
A groupGOResult
instance.
Guangchuang Yu https://yulab-smu.top
groupGOResult-class
, compareCluster
data(gcSample)
yy <- groupGO(gcSample[[1]], 'org.Hs.eg.db', ont="BP", level=2)
head(summary(yy))
#plot(yy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.