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

#include <transcriptome.hpp>

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

Public Member Functions

 TranscriptPath (const string &transcript_origin_in)
 

Public Attributes

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 base transcript path.

Constructor & Destructor Documentation

◆ TranscriptPath()

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

Member Data Documentation

◆ haplotype_origin_ids

vector<uint32_t> vg::TranscriptPath::haplotype_origin_ids

Haplotype origin ids.

◆ name

string vg::TranscriptPath::name

Transcript path name.

◆ path_origin_names

string vg::TranscriptPath::path_origin_names

Embedded path origin names.

◆ reference_origin

string vg::TranscriptPath::reference_origin

Reference origin name.

◆ transcript_origin

const string vg::TranscriptPath::transcript_origin

Transcript origin name.


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