libStatGen Software
1
|
Public Member Functions | |
void | Load (IFILE &Input, bool warnIfLinkage=false) |
void | Load (const char *filename, bool warnIfLinkage=false) |
void | LoadLinkageDataFile (IFILE &input) |
void | LoadLinkageDataFile (const char *filename) |
void | LoadMendelDataFile (IFILE &input) |
void | LoadMendelDataFile (const char *filename) |
void | LoadMap (IFILE &Input) |
void | LoadMap (const char *filename) |
PedigreeDescription & | operator= (PedigreeDescription &rhs) |
int | CountTextColumns () |
const char * | ColumnSummary (String &string) |
void | AddMarkerColumn (const char *markerName) |
void | AddTraitColumn (const char *traitName) |
void | AddAffectionColumn (const char *affectionName) |
void | AddCovariateColumn (const char *covariateName) |
void | AddStringColumn (const char *stringName) |
void | AddZygosityColumn () |
void | AddSkippedColumn () |
Public Attributes | |
int | columnCount |
IntArray | columns |
IntArray | columnHash |
bool | mendelFormat |
String | filename |
Definition at line 41 of file PedigreeDescription.h.