- Home
- Bioconductor 3.22
- Software Packages
- RnaSeqSampleSize
RnaSeqSampleSize
This package is for version 3.22 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see RnaSeqSampleSize.
RnaSeqSampleSize
Bioconductor version: Release (3.22)
RnaSeqSampleSize package provides a sample size calculation method based on negative binomial model and the exact test for assessing differential expression analysis of RNA-seq data. It controls FDR for multiple testing and utilizes the average read count and dispersion distributions from real data to estimate a more reliable sample size. It is also equipped with several unique features, including estimation for interested genes or pathway, power curve visualization, and parameter optimization.
Author: Shilin Zhao Developer [aut, cre], Chung-I Li [aut], Yan Guo [aut], Quanhu Sheng [aut], Yu Shyr [aut]
Maintainer: Shilin Zhao Developer <zhaoshilin at gmail.com>
citation("RnaSeqSampleSize")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RnaSeqSampleSize")
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("RnaSeqSampleSize")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.