R/DownsampleMatrix.R
calcEffectSizes.Rd
Finds the effect sizes for all genes in the original dataset, regardless of significance.
calcEffectSizes(countMatrix, condition)
Matrix. A simulated counts matrix, sans labels.
Factor. The condition labels for the simulated cells. If more than 2 conditions are given, the first will be compared to all others by default.
A vector of cohen's d effect sizes for each gene.