nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Analysis.RNA_Seq.RTools.WGCNA / WGCNAModules

WGCNAModules

Full name SMRUCC.genomics.Analysis.RNA_Seq.RTools.WGCNA.WGCNAModules Assembly SMRUCC.genomics.Analysis.RNA_Seq.RTools.WGCNA Members 2

01 Syntax

SMRUCC.genomics.Analysis.RNA_Seq.RTools.WGCNA.WGCNAModules

02 Methods

NameOverloadsSummary
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

method LoadModules #
LoadModules(String)

load TOM module network nodes

Parameters
NameTypeDescription
pathString

the TOM network nodes text file, should be a tsv file of the cytoscape network export result

method ModsView #
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
NameTypeDescription
modsIEnumerable(Of CExprMods)

-