|
vg
tools for working with variation graphs
|
#include <transcriptome.hpp>
Public Member Functions | |
| Transcript (const string &name_in, const bool is_reverse_in, const string &chrom_in, const uint32_t &chrom_length_in) | |
Public Attributes | |
| string | name |
| Transcript name. More... | |
| bool | is_reverse |
| Is transcript in reverse direction (strand == '-'). More... | |
| string | chrom |
| Name of chromosome/contig where transcript exist. More... | |
| uint32_t | chrom_length |
| Length of chromosome/contig where transcript exist. More... | |
| vector< Exon > | exons |
| Transcript exons. More... | |
Data structure that defines a transcript annotation.
|
inline |
| string vg::Transcript::chrom |
Name of chromosome/contig where transcript exist.
| uint32_t vg::Transcript::chrom_length |
Length of chromosome/contig where transcript exist.
| vector<Exon> vg::Transcript::exons |
Transcript exons.
| bool vg::Transcript::is_reverse |
Is transcript in reverse direction (strand == '-').
| string vg::Transcript::name |
Transcript name.
1.8.17