POWSC: A computational tool for power evaluation and sample size estimation in scRNA-seq
POWSC is a R package designed for scRNA-seq with a wild range of usage. It can play three roles: parameter estimator, data simulator, and power assessor. As the parameter estimator, POWSC accurately captures the characterized parameters (Fig.B) for any specific cell type from a given real expression data (Fig.A). As the data simulator, POWSC generates sythetic data (Fig.C) based on a rigorous simulation mechanism incluidng zero expression values. As the power assessor, POWSC performs comprehensive power analysis and reports the stratified targeted powers (Fig.D) for two forms of DE genes. A schemetic overview of the aglorithm is shown in (Fig.E). All the copyrights are explaned by Kenong Su kenong.su@emory.edu and Dr. Wu’s lab http://www.haowulab.org.
This tutorial introduces the basic functionalities of POWSC. Please use the vignette(“POWSC”) to review more detailed package vignette. It is worth noting that one might need pre-install dependent R packages such as MAST, SC2P, and SummarizedExperiment.
The corresponding paper can be found here:
references:
POWSC
title: Simulation, power evaluation and sample size recommendation for single-cell RNA-seq
author:
library(devtools)
install_github("suke18/POWSC", build_vignettes = T, dependencies = T)
R CMD INSTALL POWSC_0.1.0.tar.gz # Alternatively, use this command line in the terminal.
POWSC: A computational tool for power evaluation and sample size estimation in scRNA-seq
POWSC is a R package designed for scRNA-seq with a wild range of usage. It can play three roles: parameter estimator, data simulator, and power assessor. As the parameter estimator, POWSC accurately captures the characterized parameters (
Fig.B) for any specific cell type from a given real expression data (Fig.A). As the data simulator, POWSC generates sythetic data (Fig.C) based on a rigorous simulation mechanism incluidng zero expression values. As the power assessor, POWSC performs comprehensive power analysis and reports the stratified targeted powers (Fig.D) for two forms of DE genes. A schemetic overview of the aglorithm is shown in (Fig.E). All the copyrights are explaned by Kenong Su kenong.su@emory.edu and Dr. Wu’s lab http://www.haowulab.org.This tutorial introduces the basic functionalities of POWSC. Please use the vignette(“POWSC”) to review more detailed package vignette. It is worth noting that one might need pre-install dependent R packages such as MAST, SC2P, and SummarizedExperiment.
The corresponding paper can be found here:
references:
How to get help for POWSC
Any POWSC questions should be posted to the GitHub Issue section of POWSC homepage at https://github.com/suke18/POWSC/issues.
1. Software Installation
2. Code Snippets
(1). parameter estimation for one cell type case
(2). the first scenairo of two-group comparison
(3). the second scenairo of multi-group comparisons. The sample data can be found here: https://www.dropbox.com/s/55zdktqfqiwfs3l/GSE67835.RData?dl=0.