groupGO: Functional Profile of a gene set at specific GO level. Given...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/groupGO.R

Description

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.

Usage

1
2
3
4
5
6
7
8
groupGO(
  gene,
  OrgDb,
  keyType = "ENTREZID",
  ont = "CC",
  level = 2,
  readable = FALSE
)

Arguments

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.

Value

A groupGOResult instance.

Author(s)

Guangchuang Yu http://guangchuangyu.github.io

See Also

groupGOResult-class, compareCluster

Examples

1
2
3
4
	data(gcSample)
	yy <- groupGO(gcSample[[1]], 'org.Hs.eg.db', ont="BP", level=2)
	head(summary(yy))
	#plot(yy)

clusterProfiler documentation built on Feb. 11, 2021, 2:02 a.m.