Usage
automaticNetworkScreening(datExpr, y, power = 6, networkType = "unsigned", detectCutHeight = 0.995,
minModuleSize = min(20, ncol(as.matrix(datExpr))/2), datME = NULL, getQValues = TRUE, ...)
Arguments
datExpr
data frame containing the expression data, columns corresponding to genes and rows to
samples
y
vector containing trait values for all samples in datExpr
power
soft thresholding power used in network construction
networkType
character string specifying network type. Allowed values are (unique abbreviations
of) "unsigned"
, "signed"
, "hybrid"
.
detectCutHeight
cut height of the gene hierarchical clustering dendrogram. See
cutreeDynamic
for details.
minModuleSize
minimum module size to be used in module detection procedure.
datME
optional specification of module eigengenes. A data frame whose columns are the module
eigengenes. If given, module analysis will not be performed.
getQValues
logical: should q-values (local FDR) be calculated?