Description Usage Arguments Value Author(s) See Also Examples
GO Enrichment Analysis of a gene set. Given a vector of genes, this function will return the enrichment GO categories after FDR control.
1 2 3 |
gene |
a vector of entrez gene id. |
OrgDb |
OrgDb |
keytype |
keytype of input gene |
ont |
One of "MF", "BP", and "CC" subontologies. |
pvalueCutoff |
Cutoff value of pvalue. |
pAdjustMethod |
one of "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none" |
universe |
background genes |
qvalueCutoff |
qvalue cutoff |
minGSSize |
minimal size of genes annotated by Ontology term for testing. |
maxGSSize |
maximal size of genes annotated for testing |
readable |
whether mapping gene ID to gene Name |
An enrichResult
instance.
Guangchuang Yu http://ygc.name
enrichResult-class
, compareCluster
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.