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

Public Attributes

int64 from = 1
 ID of upstream node. More...
 
int64 to = 2
 ID of downstream node. More...
 
bool from_start = 3
 If the edge leaves from the 5' (start) of a node. More...
 
bool to_end = 4
 If the edge goes to the 3' (end) of a node. More...
 
int32 overlap = 5
 Length of overlap between the connected Nodes. More...
 

Detailed Description

Edges describe linkages between nodes. They are bidirected, connecting the end (default) or start of the "from" node to the start (default) or end of the "to" node.

Member Data Documentation

◆ from

int64 vg::Edge::from = 1

ID of upstream node.

◆ from_start

bool vg::Edge::from_start = 3

If the edge leaves from the 5' (start) of a node.

◆ overlap

int32 vg::Edge::overlap = 5

Length of overlap between the connected Nodes.

◆ to

int64 vg::Edge::to = 2

ID of downstream node.

◆ to_end

bool vg::Edge::to_end = 4

If the edge goes to the 3' (end) of a node.


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