- Home
- Bioconductor 3.23
- Software Packages
- ERSSA (development version)
ERSSA
This is the development version of ERSSA; for the stable release version, see ERSSA.
Empirical RNA-seq Sample Size Analysis
Bioconductor version: Development (3.23)
The ERSSA package takes user supplied RNA-seq differential expression dataset and calculates the number of differentially expressed genes at varying biological replicate levels. This allows the user to determine, without relying on any a priori assumptions, whether sufficient differential detection has been acheived with their RNA-seq dataset.
Author: Zixuan Shao [aut, cre]
Maintainer: Zixuan Shao <Zixuanshao.zach at gmail.com>
citation("ERSSA")):
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("ERSSA")
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("ERSSA")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.