View source: R/simulation_functions.R
DivideBatches | R Documentation |
Divide the observed counts into multiple batches by adding batch effect to each batch
DivideBatches(observed_counts_res, nbatch, batch_effect_size = 1)
observed_counts_res |
the output from True2ObservedCounts |
nbatch |
number of batches |
batch_effect_size |
amount of batch effects. Larger values result in bigger differences between batches. Default is 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.