- Home
- Bioconductor 3.23
- Software Packages
- easyRNASeq (development version)
easyRNASeq
This is the development version of easyRNASeq; for the stable release version, see easyRNASeq.
Count summarization and normalization for RNA-Seq data
Bioconductor version: Development (3.23)
Calculates the coverage of high-throughput short-reads against a genome of reference and summarizes it per feature of interest (e.g. exon, gene, transcript). The data can be normalized as 'RPKM' or by the 'DESeq' or 'edgeR' package.
Author: Nicolas Delhomme, Ismael Padioleau, Bastian Schiffthaler, Niklas Maehler
Maintainer: Nicolas Delhomme <nicolas.delhomme at umu.se>
citation("easyRNASeq")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("easyRNASeq")
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("easyRNASeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.