Usage
networkScreening(y, datME, datExpr,
corFnc = "cor", corOptions = "use = 'p'",
oddPower = 3,
blockSize = 1000,
minimumSampleSize = ..minNSamples,
addMEy = TRUE, removeDiag = FALSE,
weightESy = 0.5, getQValues = TRUE)
Arguments
y
clinical trait given as a numeric vector (one value per sample)
datME
data frame of module eigengenes
datExpr
data frame of expression data
corFnc
character string specifying the function to be used to calculate co-expression
similarity. Defaults to Pearson correlation. Any function returning values between -1 and 1 can be used.
corOptions
character string specifying additional arguments to be passed to the function given
by corFnc
. Use "use = 'p', method = 'spearman'"
to obtain Spearman correlation.
oddPower
odd integer used as a power to raise module memberships and significances
blockSize
block size to use for calculations with large data sets
minimumSampleSize
minimum acceptable number of samples. Defaults to the default minimum number of
samples used throughout the WGCNA package, currently 4.
addMEy
logical: should the trait be used as an additional "module eigengene"?
removeDiag
logical: remove the diagonal?
weightESy
weight to use for the trait as an additional eigengene; should be between 0 and 1
getQValues
logical: should q-values be calculated?