produceResampling | R Documentation |
This function produces the resampling dataset
produceResampling(cnts, groups, n.perm = 1000, seed = 239)
cnts |
Counts of cell types in samples. Rows - samples, columns - cell types |
groups |
Vector with boolean values. TRUE - sample in the case group, FALSE - sample in the control group |
seed |
random seed |
n.iter |
Number of permutations |
remain.groups |
TRUE - if the labels of groups remain, FALSE - if to produce the null distribution |
replace.samples |
TRUE - is bootstrap on samples, FALAE - if to remain samples |
Updated data frame with Z scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.