vg
tools for working with variation graphs
Public Member Functions | Public Attributes | List of all members
vg::CompletedTranscriptPath Struct Reference

#include <transcriptome.hpp>

Inheritance diagram for vg::CompletedTranscriptPath:
vg::TranscriptPath

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_tpath
 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...
 

Detailed Description

Data structure that defines a completed transcript path.

Constructor & Destructor Documentation

◆ CompletedTranscriptPath()

vg::CompletedTranscriptPath::CompletedTranscriptPath ( const string &  transcript_origin_in)
inline

Member Data Documentation

◆ path

vector<handle_t> vg::CompletedTranscriptPath::path

Transcript path.


The documentation for this struct was generated from the following file: