S4 class that holds parameters for the mfa simulation.
Parameters
The mfa simulation uses the following parameters:
nGenesThe number of genes to simulate.
nCellsThe number of cells to simulate.
[seed]Seed to use for generating random numbers.
[trans.prop]Proportion of genes that show transient expression. These genes are briefly up or down-regulated before returning to their initial state
[zero.neg]Logical. Whether to set negative expression values to zero. This will zero-inflate the data.
[dropout.present]Logical. Whether to simulate dropout.
dropout.lambdaLambda parameter for the exponential dropout function.
The parameters not shown in brackets can be estimated from real data using
mfaEstimate. See create_synthetic for more
details about the parameters. For details of the Splatter implementation of
the mfa simulation see mfaSimulate.