runWGCNA | R Documentation |
WGCNA, Weighted correlation network analysis
runWGCNA(
datExpr,
datTraits,
traitColumnIndex = 1,
power = NULL,
minModuleSize = 30,
MEDissThres = 0.25,
nSelectHeatmap = 10000
)
datExpr |
row is sample |
datTraits |
0 1 to indicate group. Numeric to indicate trait |
traitColumnIndex |
Trait we are interested in |
power |
Default by sft$powerEstimate |
minModuleSize |
We like large modules, so we set the minimum module size relatively high: |
MEDissThres |
We choose a height cut of 0.25, corresponding to correlation of 0.75, to merge |
nSelectHeatmap |
n (default 1000) genes to show in heatmap (a way to visualize network) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.