vg
tools for working with variation graphs
|
#include <primer_filter.hpp>
Public Attributes | |
string | sequence |
bool | left = true |
size_t | position_chromosome = numeric_limits<size_t>::max() |
size_t | position_template = numeric_limits<size_t>::max() |
size_t | length = numeric_limits<size_t>::max() |
size_t | offset = numeric_limits<size_t>::max() |
vector< size_t > | mapped_nodes_ids |
Primer struct contains primer attributes, including sequence, left/right primer, position on the reference genome, length, index offset in corresponding node on sequence graph, and vector of corresponding nodes on the sequence graph. Everything is in the positive/forward orientation.
bool vg::Primer::left = true |
size_t vg::Primer::length = numeric_limits<size_t>::max() |
vector<size_t> vg::Primer::mapped_nodes_ids |
size_t vg::Primer::offset = numeric_limits<size_t>::max() |
size_t vg::Primer::position_chromosome = numeric_limits<size_t>::max() |
size_t vg::Primer::position_template = numeric_limits<size_t>::max() |
string vg::Primer::sequence |