Home
last modified time | relevance | path

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

/dports/biology/stacks/stacks-2.4/src/
H A Dgstacks.h129 size_t n_phased; member
H A Dgstacks.cc663 << '\t' << stats.n_phased in main()
664 << '\t' << 1.0 - (double) stats.n_phased / stats.n_hets_2snps in main()
866 per_sample_stats[sample].n_phased += other.per_sample_stats[sample].n_phased; in operator +=()
886 n1 += s.n_phased; in n_consistent_hap_pairs()
2135 …++hap_stats.per_sample_stats[sample].n_phased; // (if !first_pass, this wasn't reach before; no gu… in phase_sample_hets()