vg
tools for working with variation graphs
|
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... | |
Aggregates information about the reads supporting an allele.
double vg::Support::forward = 2 |
The number of supporting reads on the forward strand (which may be fractional)
double vg::Support::left = 4 |
TODO: what is this?
double vg::Support::quality = 1 |
The overall quality of all the support, as -10 * log10(P(all support is wrong))
double vg::Support::reverse = 3 |
The number of supporting reads on the reverse strand (which may be fractional)
double vg::Support::right = 5 |
TODO: What is this?