load_TOM_graph {WGCNA} R Documentation

load network graph from the WGCNA exportNetworkToCytoscape function exports

Description

Usage

load_TOM_graph(edges, nodes,
    threshold = 0,
    prefix = NULL);

Arguments

edges

[as string]

nodes

[as string]

threshold

[as double]

prefix$

-

Details

Authors

phenotype_kit

Value

this function returns data object of type NetworkGraph.

clr value class

Examples


[Package WGCNA version 1.0.0.0 Index]