- Home
- Bioconductor 3.6
- Software Packages
- ensembldb
ensembldb
This package is for version 3.6 of Bioconductor; for the stable, up-to-date release version, see ensembldb.
Utilities to create and use Ensembl-based annotation databases
Bioconductor version: 3.6
The package provides functions to create and use transcript centric annotation databases/packages. The annotation for the databases are directly fetched from Ensembl using their Perl API. The functionality and data is similar to that of the TxDb packages from the GenomicFeatures package, but, in addition to retrieve all gene/transcript models and annotations from the database, the ensembldb package provides also a filter framework allowing to retrieve annotations for specific entries like genes encoded on a chromosome region or transcript models of lincRNA genes.
Author: Johannes Rainer <johannes.rainer at eurac.edu> with contributions from Tim Triche and Christian Weichenberger.
Maintainer: Johannes Rainer <johannes.rainer at eurac.edu>
citation("ensembldb")):
Installation
To install this package, start R (version "3.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ensembldb")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.