A library for working with phylogenetic and population genetic data.
v0.27.0
AfsPileupRecord Struct Reference

#include <genesis/population/functions/afs_estimate.hpp>

Detailed Description

Helper to store the data of one pileup line/record needed for the Boitard et al Allele Frequency Estimation computation.

Definition at line 57 of file afs_estimate.hpp.

Public Attributes

std::vector< bool > alleles
 
std::vector< unsigned char > phred_scores
 

Member Data Documentation

◆ alleles

std::vector<bool> alleles

Definition at line 66 of file afs_estimate.hpp.

◆ phred_scores

std::vector<unsigned char> phred_scores

Definition at line 67 of file afs_estimate.hpp.


The documentation for this struct was generated from the following file: