Returns significance data from a snapshot.
iterateSimulations(
originalData,
useAssay = "counts",
realLabels,
totalReads,
cells,
iterations
)
SCtkExperiment. The SCtkExperiment object storing all assay data from the shiny app.
Character. The name of the assay to be used for subsampling.
Character. The name of the condition of interest. Must match a name from sample data.
Numeric. The total number of reads in the simulated dataset, to be split between all simulated cells.
Numeric. The number of virtual cells to simulate.
Numeric. How many times should each experimental design be simulated.
A matrix of significance information from a snapshot
data("mouseBrainSubsetSCE")
res <- iterateSimulations(mouseBrainSubsetSCE, realLabels = "level1class",
totalReads = 1000, cells = 10, iterations = 2)