Bioconductor version: Development (2.8)
This package provides an R interface to the Subread aligner (http://sourceforge.net/projects/subread/) for mapping next-gen sequencing reads. Subread aligns reads to the referenc genome by using a set of substrings(subreads) extracted from each read. The consensus location mapped by subreads directly determines the mapping location of the read. Therefore, there is no costly extension step as in the "seed-and-extend" mapping paradig. Subread achieves much higher mapping speed and mapping sensitivity than "seed-and-extend" aligners at no cost to the accuracy. Subread aligner can align reads from all the major platforms inculding Illumina GA/HiSeq, ABI SOLiD, Roche 454 and HeliScope. It supports the mapping of paired-end reads and it also allows a large number of indels in the mapping. It can be used to align long reads (>200bp) as well.
Author: Wei Shi and Yang Liao
Maintainer: Wei Shi
To install this package, start R and enter:
source("http:///biocLite.R") biocLite("Rsubread")
R Script | Rsubread Vignette |
biocViews | Sequencing, HighThroughputSequencing |
Depends | |
Imports | |
Suggests | |
System Requirements | |
License | LGPL-3 |
URL | http://bioconductor.org/packages/release/bioc/html/Rsubread.html |
Depends On Me | |
Imports Me | |
Suggests Me | |
Version | 0.99.1 |
Package Source | Rsubread_0.99.1.tar.gz |
Windows Binary | |
MacOS 10.5 (Leopard) binary | |
Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!