Description Usage Arguments Value Examples
Perform Gene Ontology enrichment analysis
1 2 | GO2Enrich(geneIDs, inputSpecies, adjustMethod, filterValue, GOType, imgWidth,
imgHeight)
|
geneIDs |
gene identifiers |
inputSpecies |
human, mouse, rat |
adjustMethod |
p.adjust.methods, c("holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none") |
filterValue |
must by numeric, value from 0 to 1 |
GOType |
BP,MF,CC |
imgWidth |
the width of export file |
imgHeight |
the height of export file |
data in dataframe class with pValue, adjust pValue of significate Gene Ontology
1 2 3 4 5 6 7 8 9 10 11 | data(inputSample)
inputSample<-as.data.frame(inputSample)
head(inputSample)
egoDF<-GO2Enrich(geneIDs= as.character(inputSample$entrezgene),
inputSpecies="mouse",
adjustMethod="fdr",
filterValue=0.05,
GOType="BP",
imgWidth=15,
imgHeight=20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.