WGCNA_6_4 | R Documentation |
Step 4: generating modules for WGCNA
WGCNA_6_4(expr=expr, pheno=pheno, mdir="module", cutHeight=200,
softPower=8, minM=25, cutH=0.996, deepSplit=1, project.name="WGCNA_net");
expr |
expr: gene expression data |
pheno |
pheno: phenotype data |
mdir |
mdir: output directory for module |
cutHeight |
cutHeight: outlier threshold |
softPower |
softPower: power value from step 2 |
minM |
minM: minimum node number per module from step 3 |
cutH |
cutH: threshold for module selecting from step 3 |
deepSplit |
deepSplit: deep split value from step 3 |
project.name |
project.name: project name |
Ying Hu <yhu@mail.nih.gov> Chunhua Yan <yanch@mail.nih.gov>
##
##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.