GenomicAlignments
This is the development version of GenomicAlignments; for the stable release version, see GenomicAlignments.
Representation and manipulation of short genomic alignments
Bioconductor version: Development (3.18)
Provides efficient containers for storing and manipulating short genomic alignments (typically obtained by aligning short reads to a reference genome). This includes read counting, computing the coverage, junction detection, and working with the nucleotide content of the alignments.
Author: Hervé Pagès [aut, cre], Valerie Obenchain [aut], Martin Morgan [aut], Robert Castelo [ctb]
Maintainer: Hervé Pagès <hpages.on.github at gmail.com>
citation("GenomicAlignments")
):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("GenomicAlignments")
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("GenomicAlignments")
An Introduction to the GenomicAlignments Package | R Script | |
Counting reads with summarizeOverlaps | R Script | |
Overlap encodings | R Script | |
Working with aligned nucleotides | R Script | |
Reference Manual | ||
NEWS | Text | |
Reading from a BAM file - Part 1 | Video | |
Reading from a BAM file - Part 2 | Video |
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | GenomicAlignments_1.37.0.tar.gz |
Windows Binary | GenomicAlignments_1.37.0.zip |
macOS Binary (x86_64) | GenomicAlignments_1.37.0.tgz |
macOS Binary (arm64) | GenomicAlignments_1.37.0.tgz |
Source Repository | git clone https://git.bioconductor.org/packages/GenomicAlignments |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/GenomicAlignments |
Bioc Package Browser | https://code.bioconductor.org/browse/GenomicAlignments/ |
Package Short Url | https://bioconductor.org/packages/GenomicAlignments/ |
Package Downloads Report | Download Stats |