Home
last modified time | relevance | path

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

/dports/biology/vt/vt-0.57721/
H A Dhts_utils.h334 void bcf_pg2a(uint32_t no_ploidy, uint32_t genotype_index, std::vector<int32_t>& alleles);
344 std::vector<int32_t> bcf_ip2g(int32_t genotype_index, uint32_t no_ploidy);
H A Dhts_utils.cpp880 void bcf_pg2a(uint32_t no_ploidy, uint32_t genotype_index, std::vector<int32_t>& alleles) in bcf_pg2a() argument
938 std::vector<int32_t> bcf_ip2g(int32_t genotype_index, uint32_t no_ploidy) in bcf_ip2g() argument
943 int32_t max_allele_index = genotype_index; in bcf_ip2g()
944 int32_t leftover_genotype_index = genotype_index; in bcf_ip2g()