Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/pgenlibr/src/
H A Dpvar.h31 uint32_t GetMaxAlleleCt() const;
H A Dpgenlibr.cpp26 uint32_t GetMaxAlleleCt() const;
123 _info_ptr->max_allele_ct = rp->GetMaxAlleleCt(); in Load()
284 uint32_t RPgenReader::GetMaxAlleleCt() const { in GetMaxAlleleCt() function in RPgenReader
758 int GetMaxAlleleCt(List pvar_or_pgen) { in GetMaxAlleleCt() function
762 return rp->GetMaxAlleleCt(); in GetMaxAlleleCt()
765 return rp->GetMaxAlleleCt(); in GetMaxAlleleCt()
H A Dpvar.cpp83 uint32_t RPvar::GetMaxAlleleCt() const { in GetMaxAlleleCt() function in RPvar
H A DRcppExports.cpp57 int GetMaxAlleleCt(List pvar_or_pgen);
63 rcpp_result_gen = Rcpp::wrap(GetMaxAlleleCt(pvar_or_pgen)); in _pgenlibr_GetMaxAlleleCt()
/dports/biology/plink/plink-ng-79b2df8c/2.0/pgenlibr/R/
H A DRcppExports.R20 GetMaxAlleleCt <- function(pvar_or_pgen) { function