Description Usage Arguments Value
This function implements module membership analysis with wgcna.
| 1 2 | wgcna_modulememberships(datExpr, datTraits, MEs, datKME, moduleColors,
  projectfolder = getwd())
 | 
| datExpr | Tranposed input matrix with gene names as column names and sample names as row names. | 
| datTraits | Phenotype data. | 
| MEs | Module eigengenes | 
| datKME | Module membership. | 
| moduleColors | Module colors. | 
| projectfolder | File path where to save the output to. Defaults to working directory. Here, it saves the output to a subfolder called "WGCNA". | 
Writes geneModuleMembership.txt and geneModuleMembershipPvalue.txt. Saves Intramodular analysis plots to pdf. Returns datKME.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.