S4 class that holds parameters for the SparseDC simulation.
Parameters
The SparseDC simulation uses the following parameters:
nGenesThe number of genes to simulate in each condition.
nCellsThe number of cells to simulate.
[seed]Seed to use for generating random numbers.
markers.nNumber of marker genes to simulate for each cluster.
markers.sharedNumber of marker genes for each cluster shared between conditions. Must be less than or equal to
markers.n
.
[markers.same]Logical. Whether each cluster should have the same set of marker genes.
clusts.c1Numeric vector of clusters present in condition 1. The number of times a cluster is repeated controls the proportion of cells from that cluster.
clusts.c2Numeric vector of clusters present in condition 2. The number of times a cluster is repeated controls the proportion of cells from that cluster.
[mean.lower]Lower bound for cluster gene means.
[mean.upper]Upper bound for cluster gene means.
The parameters not shown in brackets can be estimated from real data using
sparseDCEstimate. For details of the SparseDC simulation
see sparseDCSimulate.