INGOR
Loading...
Searching...
No Matches
ytCX2 Class Reference

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.
 
ytNetworkytCX2_read (FILE *fp, const ytKeyValues *args)
 Reads a network file in CX2 format.
 

Detailed Description

JSON based Cytoscape network file fomrat.

See CX2 Network File Format for details of this network file format.

See also
ytIO

Member Function Documentation

◆ ytCX2_read()

ytNetwork * ytCX2_read ( FILE * fp,
const ytKeyValues * args )

Reads a network file in CX2 format.

See CX2 Network File Format for available arguments.

Parameters
fp
args

◆ ytCX2_write()

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.

Parameters
fp
network
args

The documentation for this class was generated from the following file: