To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("GenomicAlignments")
In most cases, you don't need to download the package archive at all.
Bioconductor version: 2.14
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\'e Pag\`es, Valerie Obenchain, Martin Morgan
Maintainer: Bioconductor Package Maintainer <maintainer at bioconductor.org>
Citation (from within R,
enter citation("GenomicAlignments")):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("GenomicAlignments")
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("GenomicAlignments")
| R Script | Counting reads with summarizeOverlaps | |
| R Script | Overlap encodings | |
| R Script | Working with aligned nucleotides | |
| Reference Manual | ||
| Text | NEWS |
Follow Installation instructions to use this package in your R session.
| Package Source | GenomicAlignments_1.0.6.tar.gz |
| Windows Binary | GenomicAlignments_1.0.6.zip (32- & 64-bit) |
| Mac OS X 10.6 (Snow Leopard) | GenomicAlignments_1.0.6.tgz |
| Mac OS X 10.9 (Mavericks) | GenomicAlignments_1.0.6.tgz |
| Browse/checkout source | (username/password: readonly) |
| Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!