- Home
- Bioconductor 3.22
- Software Packages
- Organism.dplyr
Organism.dplyr
This is the released version of Organism.dplyr; for the devel version, see Organism.dplyr.
dplyr-based Access to Bioconductor Annotation Resources
Bioconductor version: Release (3.22)
This package provides an alternative interface to Bioconductor 'annotation' resources, in particular the gene identifier mapping functionality of the 'org' packages (e.g., org.Hs.eg.db) and the genome coordinate functionality of the 'TxDb' packages (e.g., TxDb.Hsapiens.UCSC.hg38.knownGene).
Author: Martin Morgan [aut, cre], Daniel van Twisk [ctb], Yubo Cheng [aut]
Maintainer: Martin Morgan <martin.morgan at roswellpark.org>
citation("Organism.dplyr")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Organism.dplyr")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("Organism.dplyr")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.