Usage
automaticNetworkScreeningGS(
datExpr, GS,
power = 6, networkType = "unsigned",
detectCutHeight = 0.995, minModuleSize = min(20, ncol(as.matrix(datExpr))/2),
datME = NULL)
Arguments
datExpr
data frame containing the expression data, columns corresponding to genes and rows to
samples
GS
vector containing gene significance for all genes given 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.