MeSHDbi
DBI to construct MeSH-related package from sqlite file
Bioconductor version: 3.23 · Package version: 1.48.0
The package is unified implementation of MeSH.db, MeSH.AOR.db, and MeSH.PCR.db and also is interface to construct Gene-MeSH package (MeSH.XXX.eg.db). loadMeSHDbiPkg import sqlite file and generate MeSH.XXX.eg.db.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("MeSHDbi") Details
| Maintainer | Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp> |
| Author | Koki Tsuyuzaki |
| License | Artistic-2.0 |
| Downloads rank | 532 |
| Source branch | RELEASE_3_23 |
| biocViews | Annotation, AnnotationData, Infrastructure, Software |
Documentation
Download
Dependencies
Depends: R (>= 3.0.1)
Imports: methods, AnnotationDbi (>= 1.31.19), RSQLite, Biobase
Suggests: testthat