Description Usage Arguments Details Value See Also
View source: R/splatPop-simulate.R
Simulate count data for one sample from a fictional single-cell RNA-seq experiment using the Splat method.
| 1 2 3 4 5 6 7 8 | splatPopSimulateSample(
  params = newSplatPopParams(),
  method = c("single", "groups", "paths"),
  counts.only = FALSE,
  verbose = TRUE,
  sample.means,
  ...
)
 | 
| params | SplatPopParams object containing parameters for population
scale simulations. See  | 
| method | which simulation method to use. Options are "single" which produces a single population, "groups" which produces distinct groups (eg. cell types), "paths" which selects cells from continuous trajectories (eg. differentiation processes). | 
| counts.only | logical. Whether to return only the counts. | 
| verbose | logical. Whether to print progress messages. | 
| sample.means | Gene means to use if running splatSimulatePop(). | 
| ... | any additional parameter settings to override what is provided in
 | 
This function closely mirrors splatSimulate. The main
difference is that it takes the means simulated by splatPopSimulateMeans
instead of randomly sampling a mean for each gene. For details about this
function see the documentation for splatSimulate.
SingleCellExperiment object containing the simulated counts and intermediate values for one sample.
splatSimLibSizes, splatPopSimGeneMeans,
splatSimBatchEffects, splatSimBatchCellMeans,
splatSimDE, splatSimCellMeans,
splatSimBCVMeans, splatSimTrueCounts,
splatSimDropout, splatPopSimulateSC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.