|
INGOR
|
JSON based Cytoscape network file fomrat. More...
#include <ytCX2.h>
Public Member Functions | |
| void | ytCX2_write (FILE *fp, const ytNetwork *network, const ytKeyValues *args) |
| Writes a network in the CX2 format. | |
| ytNetwork * | ytCX2_read (FILE *fp, const ytKeyValues *args) |
| Reads a network file in CX2 format. | |
JSON based Cytoscape network file fomrat.
See CX2 Network File Format for details of this network file format.
| ytNetwork * ytCX2_read | ( | FILE * | fp, |
| const ytKeyValues * | args ) |
Reads a network file in CX2 format.
See CX2 Network File Format for available arguments.
| fp | |
| args |
| void ytCX2_write | ( | FILE * | fp, |
| const ytNetwork * | network, | ||
| const ytKeyValues * | args ) |
Writes a network in the CX2 format.
See CX2 Network File Format for details.
| fp | |
| network | |
| args |