S4 class that holds parameters for the scDD simulation.
Parameters
The SCDD simulation uses the following parameters:
nGenesThe number of genes to simulate (not used).
nCellsThe number of cells to simulate in each condition.
[seed]Seed to use for generating random numbers.
SCdatSingleCellExperimentcontaining real data.nDENumber of DE genes to simulate.
nDPNumber of DP genes to simulate.
nDMNumber of DM genes to simulate.
nDBNumber of DB genes to simulate.
nEENumber of EE genes to simulate.
nEPNumber of EP genes to simulate.
[sd.range]Interval for fold change standard deviations.
[modeFC]Values for DP, DM and DB mode fold changes.
[varInflation]Variance inflation factors for each condition. If all equal to 1 will be set to
NULL(default).[condition]String giving the column that represents biological group of interest.
The parameters not shown in brackets can be estimated from real data using
scDDEstimate. See simulateSet for more
details about the parameters. For details of the Splatter implementation of
the scDD simulation see scDDSimulate.