- Home
- Bioconductor 3.22
- Software Packages
- easyRNASeq
easyRNASeq
This is the released version of easyRNASeq; for the devel version, see easyRNASeq.
Count summarization and normalization for RNA-Seq data
Bioconductor version: Release (3.22)
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.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.