vg
tools for working with variation graphs
|
#include <primer_filter.hpp>
Public Attributes | |
Primer | left_primer |
Primer | right_primer |
string | chromosome_name |
string | template_feature |
size_t | linear_product_size = numeric_limits<size_t>::max() |
size_t | template_position = numeric_limits<size_t>::max() |
size_t | min_product_size = numeric_limits<size_t>::max() |
size_t | max_product_size = numeric_limits<size_t>::max() |
double | variation_level = 0.0 |
vector< HaplotypePartitioner::sequence_type > | sequence_visits |
Primer_pair struct contains primer pair attributesm including left primer, right primer, linear product size, minimum and maximum product size on the sequence graph, and boolean on whether the primers locate in low variation region of the sequence graph.
string vg::PrimerPair::chromosome_name |
Primer vg::PrimerPair::left_primer |
size_t vg::PrimerPair::linear_product_size = numeric_limits<size_t>::max() |
size_t vg::PrimerPair::max_product_size = numeric_limits<size_t>::max() |
size_t vg::PrimerPair::min_product_size = numeric_limits<size_t>::max() |
Primer vg::PrimerPair::right_primer |
vector<HaplotypePartitioner::sequence_type> vg::PrimerPair::sequence_visits |
string vg::PrimerPair::template_feature |
size_t vg::PrimerPair::template_position = numeric_limits<size_t>::max() |
double vg::PrimerPair::variation_level = 0.0 |