|
vg
tools for working with variation graphs
|
#include <transcriptome.hpp>
Public Member Functions | |
| CompletedTranscriptPath (const string &transcript_origin_in) | |
Public Member Functions inherited from vg::TranscriptPath | |
| TranscriptPath (const string &transcript_origin_in) | |
Public Attributes | |
| vector< handle_t > | path |
| Transcript path. More... | |
Public Attributes inherited from vg::TranscriptPath | |
| string | name |
| Transcript path name. More... | |
| const string | transcript_origin |
| Transcript origin name. More... | |
| string | reference_origin |
| Reference origin name. More... | |
| vector< uint32_t > | haplotype_origin_ids |
| Haplotype origin ids. More... | |
| string | path_origin_names |
| Embedded path origin names. More... | |
Data structure that defines a completed transcript path.
|
inline |
| vector<handle_t> vg::CompletedTranscriptPath::path |
Transcript path.
1.9.1