S4 class that holds parameters for the Lun simulation.
The Lun simulation uses the following parameters:
nGenesThe number of genes to simulate.
nCellsThe number of cells to simulate.
[nGroups]The number of groups to simulate.
[groupCells]Vector giving the number of cells in each simulation group/path.
[seed]Seed to use for generating random numbers.
[mean.shape]Shape parameter for the mean gamma distribution.
[mean.rate]Rate parameter for the mean gamma distribution.
[count.disp]The dispersion parameter for the counts negative binomial distribution.
[de.nGenes]The number of genes that are differentially expressed in each group
[de.upProp]The proportion of differentially expressed genes that are up-regulated in each group
[de.upFC]The fold change for up-regulated genes
[de.downFC]The fold change for down-regulated genes
The parameters not shown in brackets can be estimated from real data using
lunEstimate. For details of the Lun simulation see
lunSimulate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.