The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Normally building a GODB is fairly complicated, involving downloading multiple database files and using these to build e.g. a 'mySQL' database. Accessing this database is also complicated, involving an intimate knowledge of the database in order to construct reliable queries. Here we have a more modest goal, generating GOGOA3, which is a stripped down version of the GODB that is restricted to human genes as designated by the HUGO Gene Nomenclature Committee (HGNC) (see <https://geneontology.org/>). This can be built in a matter of seconds from 2 easily downloaded files (see <https://current.geneontology.org/products/pages/downloads.html> and <https://geneontology.org/docs/download-ontology/>), and it can be queried by e.g. w<-which(GOGOA3[,"HGNC"] %in% hgncList) where GOGOA3 is a matrix representing the minimalist GODB and hgncList is a list of gene identifiers. This database will be used in my upcoming package 'GoMiner' which is based on my previous publication (see Zeeberg, B.R., Feng, W., Wang, G. et al. (2003)<doi:10.1186/gb-2003-4-4-r28>). Relevant .RData files are available from GitHub (<https://github.com/barryzee/GO>).
Version: | 1.0 |
Depends: | R (≥ 4.2.0) |
Suggests: | knitr, rmarkdown, testthat (≥ 3.0.0) |
Published: | 2025-03-18 |
DOI: | 10.32614/CRAN.package.minimalistGODB |
Author: | Barry Zeeberg [aut, cre] |
Maintainer: | Barry Zeeberg <barryz2013 at gmail.com> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | no |
CRAN checks: | minimalistGODB results |
Reference manual: | minimalistGODB.pdf |
Vignettes: |
minimalistGODB (source) |
Package source: | minimalistGODB_1.0.tar.gz |
Windows binaries: | r-devel: minimalistGODB_1.0.zip, r-release: minimalistGODB_1.0.zip, r-oldrel: minimalistGODB_1.0.zip |
macOS binaries: | r-devel (arm64): minimalistGODB_1.0.tgz, r-release (arm64): minimalistGODB_1.0.tgz, r-oldrel (arm64): minimalistGODB_1.0.tgz, r-devel (x86_64): minimalistGODB_1.0.tgz, r-release (x86_64): minimalistGODB_1.0.tgz, r-oldrel (x86_64): minimalistGODB_1.0.tgz |
Reverse imports: | GoMiner |
Please use the canonical form https://CRAN.R-project.org/package=minimalistGODB to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.