S4 class that holds parameters for the BASiCS simulation.
The BASiCS simulation uses the following parameters:
nGenes
The number of genes to simulate.
nCells
The number of cells to simulate.
[seed]
Seed to use for generating random numbers.
nBatches
Number of batches to simulate.
batchCells
Number of cells in each batch.
gene.params
A data.frame
containing gene
parameters with two columns: Mean
(mean expression for
each biological gene) and Delta
(cell-to-cell
heterogeneity for each biological gene).
nSpikes
The number of spike-ins to simulate.
spike.means
Input molecules for each spike-in.
cell.params
A data.frame
containing gene
parameters with two columns: Phi
(mRNA content factor for
each cell, scaled to sum to the number of cells in each batch)
and S
(capture efficient for each cell).
theta
Technical variability parameter for each batch.
The parameters not shown in brackets can be estimated from real data using
BASiCSEstimate
. For details of the BASiCS simulation see
BASiCSSimulate
.