Home
last modified time | relevance | path

Searched defs:no_ploidy (Results 1 – 2 of 2) sorted by relevance

/dports/biology/vt/vt-0.57721/
H A Dhts_utils.cpp857 uint32_t bcf_ap2g(uint32_t no_allele, uint32_t no_ploidy) in bcf_ap2g()
880 void bcf_pg2a(uint32_t no_ploidy, uint32_t genotype_index, std::vector<int32_t>& alleles) in bcf_pg2a()
911 uint32_t no_ploidy = 1; in bcf_ag2p() local
938 std::vector<int32_t> bcf_ip2g(int32_t genotype_index, uint32_t no_ploidy) in bcf_ip2g()
H A Dtest.cpp608 for (int32_t no_ploidy=2; no_ploidy<=6; ++no_ploidy) in test_ip2g() local