1 #ifndef SEQUENCE_SUMMSTATS_NVARIABLESITES_HPP__ 4 #define SEQUENCE_SUMMSTATS_NVARIABLESITES_HPP__ 7 #include <Sequence/AlleleCountMatrix.hpp> std::uint32_t total_number_of_mutations(const AlleleCountMatrix &m)
Total number of mutations in the sample.
The namespace in which this library resides.
std::uint32_t nvariable_sites(const AlleleCountMatrix &m)
Number of polymorphic sites.
std::uint32_t nbiallelic_sites(const AlleleCountMatrix &m)
Number of bi-allelic sites.