View source: R/sc_simulation_functions.R
generateDataSymSim | R Documentation |
Generate single cell data using SymSim model
generateDataSymSim( ncells, ngenes, tree, params = NULL, seed = 42, plot.tsne = FALSE, ... )
ncells |
scalar, number of cells |
ngenes |
scalar, number of genes |
tree |
a phylo object specifying the tree struction where the cell type follow |
params |
a list containing the simulation parameters used in SymSim |
seed |
random seed |
plot.tsne |
boolean whether to generate tsne plot |
... |
other parameters passed to SymSim function |
A list of
ncell-by-ngene count matrix
simulation parameters
ncell-by-ngene count matrix without noise and dropouts
tSNE plot of the true counts
tSNE plot of the simulated observed counts
Information of the cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.