

Public Member Functions | |
| bool | isHalfSib (Person &sib) |
| bool | isSib (Person &sib) |
| bool | isTwin (Person &twin) |
| bool | isMzTwin (Person &mzTwin) |
| bool | CheckParents () |
| void | AssessStatus () |
| bool | isFounder () |
| bool | isSexed () |
| bool | isGenotyped (int m) |
| bool | isFullyGenotyped () |
| bool | isControlled (int c) |
| bool | isFullyControlled () |
| bool | isPhenotyped (int t) |
| bool | isFullyPhenotyped () |
| bool | isDiagnosed (int a) |
| bool | isFullyDiagnosed () |
| bool | haveData () |
| bool | isAncestor (Person *descendant) |
| int | GenotypedMarkers () |
| void | Copy (Person &rhs) |
| void | CopyIDs (Person &rhs) |
| void | CopyPhenotypes (Person &rhs) |
| void | WipePhenotypes (bool remove_genotypes=true) |
Static Public Member Functions | |
| static void | Order (Person *&p1, Person *&p2) |
Public Attributes | |
| String | famid |
| String | pid |
| String | motid |
| String | fatid |
| int | sex |
| int | zygosity |
| int | serial |
| int | traverse |
| Alleles * | markers |
| double * | traits |
| char * | affections |
| double * | covariates |
| String * | strings |
| Person * | father |
| Person * | mother |
| int | sibCount |
| Person ** | sibs |
| int | ngeno |
| bool | filter |
Definition at line 31 of file PedigreePerson.h.
1.6.3