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

Describes a genotype at a particular locus. More...

Public Attributes

repeated< int32 > allele = 1
 These refer to the offsets of the alleles in the Locus object. More...
 
bool is_phased = 2
 
double likelihood = 3
 
double log_likelihood = 4
 Likelihood natural logged. More...
 
double log_prior = 5
 Prior natural logged. More...
 
double log_posterior = 6
 Posterior natural logged (unnormalized). More...
 

Detailed Description

Describes a genotype at a particular locus.

Member Data Documentation

◆ allele

repeated<int32> vg::Genotype::allele = 1

These refer to the offsets of the alleles in the Locus object.

◆ is_phased

bool vg::Genotype::is_phased = 2

◆ likelihood

double vg::Genotype::likelihood = 3

◆ log_likelihood

double vg::Genotype::log_likelihood = 4

Likelihood natural logged.

◆ log_posterior

double vg::Genotype::log_posterior = 6

Posterior natural logged (unnormalized).

◆ log_prior

double vg::Genotype::log_prior = 5

Prior natural logged.


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