WGCNA module block extensions
WGCNAFiles
01 Syntax
SMRUCC.genomics.Analysis.BNLearn.ModularNetwork.WGCNA.WGCNAFiles
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ReadModuleAssignment | 1 | |
| ReadModuleEigengeneCorrelation | 1 |
03 Members
ReadModuleAssignment(
String)Parameters
| Name | Type | Description |
|---|---|---|
gene_module_assignment | String | file path of the csv table file of WGCNA gene module color assignment result |
ReadModuleEigengeneCorrelation(
String)Parameters
| Name | Type | Description |
|---|---|---|
module_eigengene_correlation | String | file path of the csv table file of WGCNA module correlation matrix |
Returns
可以直接通过模块颜色名称进行相关性访问的矩阵对象,例如:
Dim cor As Double = m("black", "white")