vg
tools for working with variation graphs
|
#include <transcriptome.hpp>
Public Attributes | |
pair< int32_t, int32_t > | coordinates |
Exon coordinates (start and end) on the chromosome/contig. More... | |
pair< uint32_t, uint32_t > | border_offsets |
pair< step_handle_t, step_handle_t > | border_steps |
Data structure that defines a transcript annotation.
pair<uint32_t, uint32_t> vg::Exon::border_offsets |
Exon border node offsets (last position in upstream intron and first position in downstream intron) on a graph.
pair<step_handle_t, step_handle_t> vg::Exon::border_steps |
Exon border reference path steps (last position in upstream intron and first position in downstream intron) on a graph.
pair<int32_t, int32_t> vg::Exon::coordinates |
Exon coordinates (start and end) on the chromosome/contig.