Home
last modified time | relevance | path

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

/dports/biology/vt/vt-0.57721/
H A Dbcf_genotyping_buffered_reader.cpp708 ++g->allele_depth_rev[0]; in collect_sufficient_statistics()
723 ++g->allele_depth_rev[1]; in collect_sufficient_statistics()
838 ++g->allele_depth_rev[0]; in collect_sufficient_statistics()
853 ++g->allele_depth_rev[1]; in collect_sufficient_statistics()
1118 ++g->allele_depth_rev[0]; in collect_sufficient_statistics()
1133 ++g->allele_depth_rev[1]; in collect_sufficient_statistics()
1403 ++g->allele_depth_rev[0]; in collect_sufficient_statistics()
1418 ++g->allele_depth_rev[1]; in collect_sufficient_statistics()
1795 ++g->allele_depth_rev[0]; in collect_sufficient_statistics()
1810 ++g->allele_depth_rev[1]; in collect_sufficient_statistics()
[all …]
H A Dgenotyping_record.h91 std::vector<uint32_t> allele_depth_rev; variable