12 Genotype(
const float_t &MM,
const float_t &Mm,
const float_t &
mm,
const count_t &
N);
15 friend std::ostream& operator << (std::ostream& out,
const Genotype& x);
16 friend std::istream& operator >> (std::istream& in,
Genotype& x);
float_t mm
Major Major, Major minor, minor minor.
Definition: genotype.h:10
Genotype & operator=(const Genotype &)
Definition: genotype.cc:17
count_t N
total depth of coverage.
Definition: genotype.h:11
Genotype()
constructor.
Definition: genotype.cc:2