View source: R/SimulationDataGeneration.R
Generate real data for analysis
1 2 | RealDataSimulation(simul.data, dataset, samples.per.cond, fpc = FALSE,
dataset.parameters)
|
simul.data |
Characters indicating which dataset will be used for simulation data generation "KIRC" for KIRC dataset. "Bottomly" for Bottomly dataset. "SEQC" for SEQC ERCC Spike-In dataset. |
dataset |
Characters specifying the file name of simulation dataset. |
samples.per.cond |
An integer indicating number of samples for each condition (e.g. 3). |
fpc |
A logical indicating whether simulation data is made from single sample condition(e.g. normal) to calculate False positive counts. Default is FALSE. |
dataset.parameters |
A list containing estimated mean and dispersion parameters and filtered count from original count dataset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.