Skip to contents

ORA GO analysis by clusterProfiler by symbol identifiers.

Usage

doGO(GS, ont = "BP", PVal = 0.01, QVal = 0.05, OrgDB = org.Hs.eg.db)

Arguments

GS

Gene Symbols for enrichment analysis. NOT ENSEMBL ID.

ont

One of "BP", "CC", "MF" and "ALL".

PVal

P adjusted value cut off, default 0.01

QVal

qvalue cut off, default 0.05

OrgDB

default as org.Hs.eg.db

Value

An enrichment result generated by clusterProfiler.

Author

Zhiming Ye