|
mapgd
0.4
A program for the Maximum-likelihood analysis of population genomic data.
|
Public Member Functions | |
| Genotype (const float_t &MM, const float_t &Mm, const float_t &mm, const count_t &N) | |
| constructor. | |
| Genotype () | |
| constructor. | |
| Genotype & | operator= (const Genotype &) |
Data Fields | |
| float_t | MM |
| float_t | Mm |
| float_t | mm |
| Major Major, Major minor, minor minor. | |
| count_t | N |
| total depth of coverage. | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const Genotype &x) |
| std::istream & | operator>> (std::istream &in, Genotype &x) |
< Major Major, Major minor, minor minor
< total depth of coverage.
1.8.6