Description Usage Arguments Examples
This function resamples each sample to an equal number of cells. Options are to resample with or withour replacement, and to resample on a per sample basis or across the entire dataset (normalization to equal sample size).
1 |
x |
flowSet object. |
sample |
Desired sample size. Defaults to minimum sample size. |
replace |
Do you want to resample with or without replacement? Defaults to FALSE, which is without replacement. |
rarefy |
Do you want each sample resampled without adjusting sample size? Default to FALSE. |
progress |
Should progress be reported? Defaults to yes. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.