.generateData | R Documentation |
Generate data
.generateData(
nb1c1,
nb1c2,
nb2c1,
nb2c2,
fraccond,
fracbatch,
fracunknown,
condeffect,
batcheffect,
unknowneffect,
unknowntype,
analysisapproach,
nvar,
seed
)
nb1c1 , nb1c2 , nb2c1 , nb2c2 |
Number of samples in the respective groups (batch 1/2, condition 1/2) |
fraccond , fracbatch |
Fraction of variables affected by condition and batch, respectively |
condeffect , batcheffect |
Condition and batch effect size, respectively |
analysisapproach |
Type of statistical model to fit |
nvar |
Number of variables |
seed |
Random seed |
A list with three elements: the simulated data matrix (m), the results of the statistical test (res) and the sample annotation table (annot).
Charlotte Soneson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.