CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cafe_report.c File Reference
#include <mathfunc.h>
#include "cafe.h"

Functions

void phylogeny_lambda_parse_func (pTree ptree, pTreeNode ptnode)
 
double * cafe_report_load_data_double_list (char *data, int delimiter, int *num)
 
double * cafe_report_load_data_double_pairs (char *data, int delimiter)
 
int * cafe_report_load_data_int_pairs (char *data, int delimiter)
 
void cafe_report_load_bc_or_lhr_list (char *data, double **pvalues, int i, int nnodes)
 
size_t file_read_line (pString pstr, FILE *fp)
 

Function Documentation

void cafe_report_load_bc_or_lhr_list ( char *  data,
double **  pvalues,
int  i,
int  nnodes 
)
double* cafe_report_load_data_double_list ( char *  data,
int  delimiter,
int *  num 
)
double* cafe_report_load_data_double_pairs ( char *  data,
int  delimiter 
)
int* cafe_report_load_data_int_pairs ( char *  data,
int  delimiter 
)
size_t file_read_line ( pString  pstr,
FILE *  fp 
)
void phylogeny_lambda_parse_func ( pTree  ptree,
pTreeNode  ptnode 
)