Usage
simulateSmallLayer(
order,
nSamples,
minCor = 0.3, maxCor = 0.5, corPower = 1,
averageModuleSize,
averageExpr,
moduleSpacing,
verbose = 4, indent = 0)
Arguments
order
a vector giving the simulation order for vectors. See details.
nSamples
integer giving the number of samples to be simulated.
minCor
a multiple of maxCor
(see below) giving the minimum correlation of module genes
with the corresponding eigengene. See details.
maxCor
maximum correlation of module genes with the corresponding eigengene. See details.
corPower
controls the dropoff of gene-eigengene correlation. See details.
averageModuleSize
average number of genes in a module. See details.
averageExpr
average strength of module expression vectors.
moduleSpacing
a number giving module spacing: this multiple of the module size will
lie between the module and the next one.
verbose
integer level of verbosity. Zero means silent, higher values make the output
progressively more and more verbose.
indent
indentation for diagnostic messages. Zero means no indentation, each unit adds
two spaces.