annmap
This package is for version 3.8 of Bioconductor; for the stable, up-to-date release version, see annmap.
Genome annotation and visualisation package pertaining to Affymetrix arrays and NGS analysis.
Bioconductor version: 3.8
annmap provides annotation mappings for Affymetrix exon arrays and coordinate based queries to support deep sequencing data analysis. Database access is hidden behind the API which provides a set of functions such as genesInRange(), geneToExon(), exonDetails(), etc. Functions to plot gene architecture and BAM file data are also provided. Underlying data are from Ensembl.
Author: Tim Yates <Tim.Yates at cruk.manchester.ac.uk>
Maintainer: Chris Wirth <Christopher.Wirth at cruk.manchester.ac.uk>
citation("annmap")):
Installation
To install this package, start R (version "3.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("annmap")
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("annmap")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.