Home
last modified time | relevance | path

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

/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DPedigreeAlleleFreq.cpp24 int CountAlleles(Pedigree & /* ped */, int marker) in CountAlleles() function
30 return info->CountAlleles(); in CountAlleles()
36 int alleles = ped.CountAlleles(marker); in LumpAlleles()
165 int alleleCount = CountAlleles(ped, marker); in EstimateFrequencies()
H A DPedigreeAlleleFreq.h23 int CountAlleles(Pedigree & ped, int marker);
H A DPedigree.h92 int CountAlleles(int marker);
H A DPedigreeGlobals.h89 int CountAlleles() in CountAlleles() function
H A DPedigree.cpp225 int Pedigree::CountAlleles(int marker) in CountAlleles() function in Pedigree
227 return ::CountAlleles(*this, marker); in CountAlleles()
533 int alleleCount = CountAlleles(m); in AutosomalCheck()
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_common.h1019 uintptr_t CountAlleles(const uintptr_t* variant_include, const uintptr_t* allele_idx_offsets, uint3…
H A Dplink2_common.cc2669 uintptr_t CountAlleles(const uintptr_t* variant_include, const uintptr_t* allele_idx_offsets, uint3… in CountAlleles() function
H A Dplink2_matrix_calc.cc5045 …const uintptr_t pca_row_ct = CountAlleles(variant_include, allele_idx_offsets, raw_variant_ct, var… in CalcPca()