Module netconv.network
Nework storage
Defines a Network that can be imported/exported in many formats.
Cluster files and other attributes are also supported.
Author: Marcio Rosa da Silva
Contact: mrs@gbf.de
Organization: Systems Biology Group / GBF
License: GPL
| Classes |
Edge |
Defines a Edge and its properties |
Network |
Stores information of network |
Node |
Defines a Node and its properties |
| Function Summary |
| |
netconv2NX(n,
G)
Converts network n in NetConv format to graph G in NX format |
| |
NX2netconv(G,
n)
Converts network G in NX format to n in netconv format |
netconv2NX(n,
G)
Converts network n in NetConv format to graph G in NX format
-
|
NX2netconv(G,
n)
Converts network G in NX format to n in netconv format
-
|