Description Usage Arguments Value References
View source: R/esco-simulate.R
Simulate observed count matrix though downsampling. (This function is borrowed from SymSim).
1 | escoSimDownSample(sim, trial, verbose, numCores = 2, nbatch = 1)
|
sim |
SingleCellExperiment to add dropout to. |
trial |
the index of trial of simulation, all trials share the same truth but the noise is added independently for each trial |
verbose |
whether to print the process or not |
numCores |
the number of cores used for parallelization, default is 2. If set as NULL, then all the detected cores are used. |
nbatch |
number of batches, default is 1. |
SingleCellExperiment with simulated dropout and observed counts.
Zhang X, Xu C, Yosef N. Simulating multiple faceted variability in single cell RNA sequencing. Nature communications. 2019 Jun 13;10(1):1-6. https://www.nature.com/articles/s41467-019-10500-w
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.