Usage
simulateDatExpr5Modules(
nGenes = 2000,
colorLabels = c("turquoise", "blue", "brown", "yellow", "green"),
simulateProportions = c(0.1, 0.08, 0.06, 0.04, 0.02),
MEturquoise, MEblue, MEbrown, MEyellow, MEgreen,
SDnoise = 1, backgroundCor = 0.3)
Arguments
nGenes
total number of genes to be simulated.
colorLabels
labels for simulated modules.
simulateProportions
a vector of length 5 giving proportions of the total number of genes to be
placed in each individual module. The entries must be positive and sum to at most 1. If the sum is less
than 1, the leftover genes will be simulated outside of modules.
MEturquoise
seed module eigengene for the first module.
MEblue
seed module eigengene for the second module.
MEbrown
seed module eigengene for the third module.
MEyellow
seed module eigengene for the fourth module.
MEgreen
seed module eigengene for the fifth module.
SDnoise
level of noise to be added to the simulated expressions.
backgroundCor
backgrond correlation. If non-zero, a component will be added to all genes such
that the average correlation of otherwise unrelated genes will be backgroundCor
.