Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dpgenlib_read.cc3987 uint32_t matching_hom_ct = 0; in CountAux1bDense() local
3992 matching_hom_ct = PopcountBytes(patch_10_fvals, allele_code_byte_ct); in CountAux1bDense()
3993 het_incr = rare10_ct - matching_hom_ct; in CountAux1bDense()
4019 het_incr -= 2 * matching_hom_ct; in CountAux1bDense()
4020 *hom_ctp = matching_hom_ct; in CountAux1bDense()
4204 *hom_ctp = matching_hom_ct; in CountAux1b()
4205 *het_ctp += matching_het_or_hom_ct - matching_hom_ct; in CountAux1b()
4284 uint32_t matching_hom_ct = 0; in CountAux1b() local
4311 matching_hom_ct += bit_idx & 1; in CountAux1b()
4316 *hom_ctp = matching_hom_ct; in CountAux1b()
[all …]