average.power.hart: Compute average power for RNA-seq experiments assuming Negative Binomial distribution
Description
Compute average power for RNA-seq experiments assuming Negative Binomial distribution
Usage
average.power.hart(n, alpha, log.fc, mu, sig)
Value
Average power estimate for multiple testing procedure
Arguments
n
per-group sample size (scalar)
alpha
p-value threshold (scalar)
log.fc
log fold-change (vector), usual null hypothesis is log.fc=0
mu
read depth per gene (vector, same length as log.fc)
sig
coefficient of variation (CV) per gene (vector, same length as log.fc)
Details
The power function is based on equation (1) of Hart et al (2013). It assumes a Negative Binomial model for RNA-seq read counts and equal sample size per group.
References
SN Hart, TM Therneau, Y Zhang, GA Poland, and J-P Kocher (2013). Calculating Sample Size Estimates for RNA Sequencing Data. Journal of Computational Biology 20: 970-978.
See Also
power.hart for more details about power calculation of data under Negative Binomial distribution. The power calculation is based on asymptotic normal approximation.