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

Aggregates information about the reads supporting an allele. More...

Public Attributes

double quality = 1
 The overall quality of all the support, as -10 * log10(P(all support is wrong)) More...
 
double forward = 2
 The number of supporting reads on the forward strand (which may be fractional) More...
 
double reverse = 3
 The number of supporting reads on the reverse strand (which may be fractional) More...
 
double left = 4
 TODO: what is this? More...
 
double right = 5
 TODO: What is this? More...
 

Detailed Description

Aggregates information about the reads supporting an allele.

Member Data Documentation

◆ forward

double vg::Support::forward = 2

The number of supporting reads on the forward strand (which may be fractional)

◆ left

double vg::Support::left = 4

TODO: what is this?

◆ quality

double vg::Support::quality = 1

The overall quality of all the support, as -10 * log10(P(all support is wrong))

◆ reverse

double vg::Support::reverse = 3

The number of supporting reads on the reverse strand (which may be fractional)

◆ right

double vg::Support::right = 5

TODO: What is this?


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