number.cells.detect.celltype | R Documentation |
Calculate required number of cells per individual to detect at least min.num.cells of a cell type with class frequency cell.type.frac for each of nSamples individual. with a probability of prob.cutoff
number.cells.detect.celltype(
prob.cutoff,
min.num.cells,
cell.type.frac,
nSamples
)
prob.cutoff |
Target power to detect the cell type |
min.num.cells |
Minimal number of the cells for the cell type of interest that should be detected |
cell.type.frac |
Frequency of the cell type of interest |
nSamples |
Sample size (number of individuals) |
Required number of cells per individual to reach the target power
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.