SCRIPsimSingleCellMeans {SCRIP} | R Documentation |
Simulate cell means
Description
Simulate a gene by cell matrix giving the mean expression for each gene in each cell. Cells start with the mean expression for the group they belong to (when simulating groups) or cells are assigned the mean expression from a random position on the appropriate path (when simulating paths). The selected means are adjusted for each cell's expected library size.
Usage
SCRIPsimSingleCellMeans(sim, params)
Arguments
sim |
SingleCellExperiment to add cell means to. |
params |
SplatParams object with simulation parameters. |
Value
SingleCellExperiment with added cell means.
[Package SCRIP version 1.0.0 Index]