CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CafeFamilyItem Struct Reference

Represents a single gene family and the number of members of that family that exist in each species. More...

#include <cafe.h>

Data Fields

char * id
 
int * count
 
char * desc
 
int maxlh
 
int ref
 
double * lambda
 
double * mu
 
double * z_membership
 
int holder
 

Detailed Description

Represents a single gene family and the number of members of that family that exist in each species.

Field Documentation

int* CafeFamilyItem::count

Holds the family size of the given gene family for the given species Ordered in the same order as the species list in the associated CafeFamily

char* CafeFamilyItem::desc
int CafeFamilyItem::holder
char* CafeFamilyItem::id
double* CafeFamilyItem::lambda
int CafeFamilyItem::maxlh
double* CafeFamilyItem::mu
int CafeFamilyItem::ref
double* CafeFamilyItem::z_membership

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