WGCNAModules
01 Syntax
SMRUCC.genomics.Analysis.RNA_Seq.RTools.WGCNA.WGCNAModules
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| LoadModules | 1 | load TOM module network nodes |
| ModsView | 1 | group feature nodes by their modules This function will group the feature nodes by their modules, and return a dictionary that contains the module names as keys and an array of… |
03 Members
LoadModules(
String)load TOM module network nodes
Parameters
| Name | Type | Description |
|---|---|---|
path | String | the TOM network nodes text file, should be a tsv file of the cytoscape network export result |
ModsView(
IEnumerable(Of CExprMods))group feature nodes by their modules
This function will group the feature nodes by their modules, and return a dictionary that contains the module names as keys and an array of node names that belong to each module as values.
The input is expected to be an enumerable collection of CExprMods objects, which represent the feature nodes with their associated module information.
Parameters
| Name | Type | Description |
|---|---|---|
mods | IEnumerable(Of CExprMods) | - |