Searched refs:out_N_hom1 (Results 1 – 2 of 2) sorted by relevance
/dports/biology/vcftools/vcftools-0.1.16/src/cpp/ |
H A D | entry_getters.cpp | 424 …ol> &include_indv, const vector<bool> &include_genotype, unsigned int &out_N_hom1, unsigned int &o… in get_genotype_counts() argument 426 out_N_hom1 = 0; out_N_hom2 = 0; out_N_het = 0; in get_genotype_counts() 442 out_N_hom1++; in get_genotype_counts() 477 void entry::get_genotype_counts(unsigned int &out_N_hom1, unsigned int &out_N_het, unsigned int &ou… in get_genotype_counts() argument 479 get_genotype_counts(include_indv, include_genotype, out_N_hom1, out_N_het, out_N_hom2); in get_genotype_counts()
|
H A D | entry.h | 101 …void get_genotype_counts(unsigned int &out_N_hom1, unsigned int &out_N_het, unsigned int &out_N_ho… 102 …ol> &include_indv, const vector<bool> &include_genotype, unsigned int &out_N_hom1, unsigned int &o…
|