View source: R/territory_identity_and_markers.R
compute_effect_size | R Documentation |
compute_effect_size
compute_effect_size(pval, seed, query)
pval |
pvalue for a given gene |
seed |
number of cells in seed |
query |
number of cells in query |
If pval is 0 we convert that to a very small number pwr does not take 0 as input values. DESeq might return NA pvals - just skip the effect size and return NA
efect size estimate for an unbalenced power analysis. importFrom pwr pwr.2p2n.test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.