Description Usage Arguments Value See Also Examples
Given a vector of gene identifiers, this function returns GO term enrichment results based on a hypergeometric test with duplication support in the test set.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
gene |
a vector of gene SYMBOL ids (here the test set) |
OrgDb |
OrgDb |
keytype |
Gene ID type of test set |
ont |
One of "MF", "BP", "CC" or "ALL" |
pvalueCutoff |
pvalue cutoff |
pAdjustMethod |
one of "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none" |
universe |
background genes |
qvalueCutoff |
qvalue cutoff |
minGSSize |
minimum size of each gene set in annotation system |
maxGSSize |
maximum size of each gene set in annotation system |
pool |
If ont='ALL', whether 3 GO ontology should be combined |
A feaResult
instance.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.