libStatGen Software 1
|
Public Member Functions | |
void | Dimension (int genotypes) |
void | Delete (int genotype) |
bool | Matches (int genotype, int allele) |
bool | Matches (int allele) |
int | SaveGenotype (int genotype) |
void | SetGenotype (int genotype, int al1, int al2) |
Static Public Member Functions | |
static bool | EliminateGenotypes (Pedigree &ped, Family *family, int marker) |
Public Attributes | |
IntArray | allele1 |
IntArray | allele2 |
IntArray | alleles |
bool | ignore |
int | checked |
Definition at line 23 of file GenotypeLists.h.
GenotypeList::GenotypeList | ( | ) |
Definition at line 24 of file GenotypeLists.cpp.
void GenotypeList::Delete | ( | int | genotype | ) |
Definition at line 332 of file GenotypeLists.cpp.
void GenotypeList::Dimension | ( | int | genotypes | ) |
Definition at line 320 of file GenotypeLists.cpp.
Definition at line 29 of file GenotypeLists.cpp.
bool GenotypeList::Matches | ( | int | allele | ) |
Definition at line 290 of file GenotypeLists.cpp.
bool GenotypeList::Matches | ( | int | genotype, |
int | allele | ||
) |
Definition at line 285 of file GenotypeLists.cpp.
int GenotypeList::SaveGenotype | ( | int | genotype | ) |
Definition at line 295 of file GenotypeLists.cpp.
void GenotypeList::SetGenotype | ( | int | genotype, |
int | al1, | ||
int | al2 | ||
) |
Definition at line 326 of file GenotypeLists.cpp.
IntArray GenotypeList::allele1 |
Definition at line 27 of file GenotypeLists.h.
IntArray GenotypeList::allele2 |
Definition at line 27 of file GenotypeLists.h.
IntArray GenotypeList::alleles |
Definition at line 28 of file GenotypeLists.h.
int GenotypeList::checked |
Definition at line 31 of file GenotypeLists.h.
bool GenotypeList::ignore |
Definition at line 30 of file GenotypeLists.h.