| INGOR
    | 
Parent list network file format. More...
#include <ytPaList.h>
| Public Member Functions | |
| void | ytPaList_write (FILE *fp, const ytNetwork *network, const ytKeyValues *args) | 
| Writes a network in parent list format. | |
| ytNetwork * | ytPaList_read (FILE *fp, const ytKeyValues *args) | 
| Reads a network in parent list format. | |
Parent list network file format.
PaList is the simple network file format where the file is a tab-separated text file with lines representing lists of parents. The first column of each line corresponds to a node name and following columns are their parents.
| ytNetwork * ytPaList_read | ( | FILE * | fp, | 
| const ytKeyValues * | args | ||
| ) | 
Reads a network in parent list format.
id=n gn" where n represents ID + 1. The prefix can be specified by "prefix=" argument. | fp | |
| args | 
| void ytPaList_write | ( | FILE * | fp, | 
| const ytNetwork * | network, | ||
| const ytKeyValues * | args | ||
| ) |