Description Usage Arguments Value Examples
View source: R/DGOEnrichmentAnalysis.R
A function that performs DO and GO enrichment analysis given a list of geneIDs.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
gene |
a vector of entrez gene id. |
Gont |
GO categories; one of "BP", "MF", "CC", or "ALL" for all three. |
Dont |
DO categories; one of DO or DOLite |
pvalueCutoff |
p-valuve cutoff |
pAdjustMethod |
one of "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none" |
universe |
background genes |
qvalueCutoff |
q-value cutoff |
minGSSize |
minimal size of genes annotated by NCG category for testing |
maxGSSize |
maximal size of each geneSet for analyzing |
readable |
whether mapping gene ID to gene Name |
pool |
If ont='ALL', whether pool 3 GO sub-ontologies |
Returns a list of 2 enrichResults
DOanalysis - an enrichResult object with DO enrichment analysis result
GOanalysis - an enrichResult object with DO enrichment analysis result
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.