Bioconductor version: 2.7
Provides means of analysis for RNAseq data, used together with genomic annotation from Ensembl. Requires an xmapcore database in MySQL as a back-end, which is also a storage for sequencing reads. Front-end analyses include transformations of the coverage function, splicing analysis, finding irreducible regions with the two-sliding-windows algorithm and genomic region visualizations.
Author: Anna Lesniewska <alesniewska at cs.put.poznan.pl>; Michal Okoniewski <michal at fgcz.ethz.ch>
Maintainer: Michal Okoniewski <michal at fgcz.ethz.ch>
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R")
biocLite("rnaSeqMap")
To cite this package in a publication, start R and enter:
citation("rnaSeqMap")
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!