vg
tools for working with variation graphs
|
A local haplotype sequence within a single subchain. More...
#include <recombinator.hpp>
Public Attributes | |
std::string | name |
Name of the haplotype. More... | |
std::string | sequence |
Sequence in forward orientation. More... | |
std::vector< std::pair< size_t, double > > | scores |
A local haplotype sequence within a single subchain.
std::string vg::Recombinator::LocalHaplotype::name |
Name of the haplotype.
std::vector<std::pair<size_t, double> > vg::Recombinator::LocalHaplotype::scores |
(rank, score) in each round of haplotype selection this haplotype participates in.
std::string vg::Recombinator::LocalHaplotype::sequence |
Sequence in forward orientation.