Input and Output (corneto.io
)#
This page documents the public API for the corneto.io package.
Corneto I/O module.
This module provides functions for loading and saving biological networks in various formats, including SIF and GML. It also includes functions to convert metabolic and signaling models to network graphs.
Graphs#
|
Create graph from Simple Interaction Format (SIF) file. |
|
Create graph from iterable of SIF tuples. |
Metabolism#
|
Parse a COBRA metabolic model and extract its core components. |
|
Create graph from COBRA metabolic model. |
|
Import a COBRA model from an SBML file and convert it to a CORNETO graph. |
|
Create graph from MIOM metabolic model. |
Signaling#
|
Create graph from Simple Interaction Format (SIF) file. |
|
Create graph from iterable of SIF tuples. |