- Home
- Bioconductor 3.16
- Software Packages
- RNASeqR
RNASeqR
This package is deprecated. It will probably be removed from Bioconductor. Please refer to the package end-of-life guidelines for more information.
This package is for version 3.16 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see RNASeqRData.
RNASeqR: an R package for automated two-group RNA-Seq analysis workflow
Bioconductor version: 3.16
This R package is designed for case-control RNA-Seq analysis (two-group). There are six steps: "RNASeqRParam S4 Object Creation", "Environment Setup", "Quality Assessment", "Reads Alignment & Quantification", "Gene-level Differential Analyses" and "Functional Analyses". Each step corresponds to a function in this package. After running functions in order, a basic RNASeq analysis would be done easily.
Author: Kuan-Hao Chao
Maintainer: Kuan-Hao Chao <ntueeb05howard at gmail.com>
citation("RNASeqR")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RNASeqR")
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("RNASeqR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.