GOfuncR
Gene ontology enrichment using FUNC
Bioconductor version: 3.23 · Package version: 1.32.0
GOfuncR performs a gene ontology enrichment analysis based on the ontology enrichment software FUNC. GO-annotations are obtained from OrganismDb or OrgDb packages ('Homo.sapiens' by default); the GO-graph is included in the package and updated regularly (01-May-2021). GOfuncR provides the standard candidate vs. background enrichment analysis using the hypergeometric test, as well as three additional tests: (i) the Wilcoxon rank-sum test that is used when genes are ranked, (ii) a binomial test that is used when genes are associated with two counts and (iii) a Chi-square or Fisher's exact test that is used in cases when genes are associated with four counts. To correct for multiple testing and interdependency of the tests, family-wise error rates are computed based on random permutations of the gene-associated variables. GOfuncR also provides tools for exploring the ontology graph and the annotations, and options to take gene-length or spatial clustering of genes into account. It is also possible to provide custom gene coordinates, annotations and ontologies.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GOfuncR") Details
| Maintainer | Steffi Grote <grote.steffi@gmail.com> |
| Author | Steffi Grote |
| License | GPL (>= 2) |
| Downloads rank | 442 |
| Source branch | RELEASE_3_23 |
| biocViews | GO, GeneSetEnrichment, Software |
Documentation
Download
Dependencies
Depends: R (>= 3.4), vioplot (>= 0.2)
Imports: Rcpp (>= 0.11.5), mapplots (>= 1.5), gtools (>= 3.5.0), GenomicRanges (>= 1.28.4), IRanges, AnnotationDbi, utils, grDevices, graphics, stats
LinkingTo: Rcpp
Suggests: Homo.sapiens, BiocStyle, knitr, markdown, rmarkdown, testthat