Home
last modified time | relevance | path

Searched refs:matching_allele_ct (Results 1 – 1 of 1) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dpgenlib_read.cc4158 uint32_t matching_allele_ct = 0; // 2x hom + 1x het in CountAux1b() local
4195 matching_allele_ct += cur_hit_ct; in CountAux1b()
4203 const uint32_t matching_hom_ct = matching_allele_ct - matching_het_or_hom_ct; in CountAux1b()