Bioconductor version: 2.10
This package performs read mapping, exon junction detection and other tasks for next-generation sequencing data. The read mapping function implements a novel mapping paradigm, which is entirely different from the "seed-and-extent" paradigm. It can be used to map both short reads and long reads (>200bp) and reads of variable lengths. It also provides functions to summarize read counts to genes or exons and gives detection p values for each gene in the RNA-seq data.
Author: Wei Shi, Yang Liao and Jenny Zhiyin Dai
Maintainer: Wei Shi <shi at wehi.edu.au>
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("Rsubread")
To cite this package in a publication, start R and enter:
citation("Rsubread")
| R Script | Rsubread Vignette | |
| Reference Manual | ||
| Text | NEWS |
| biocViews | HighThroughputSequencing, Sequencing, Software |
| 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 | 1.6.4 |
| Since | Bioconductor 2.8 (R-2.13) |
| Package Source | Rsubread_1.6.4.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!