vg
tools for working with variation graphs
|
#include <genotypekit.hpp>
Public Member Functions | |
virtual | ~GenotypePriorCalculator ()=default |
virtual double | calculate_log_prior (const Genotype &genotype)=0 |
Represents a strategy for assigning genotype priors. Polymorphic base class/interface.
|
virtualdefault |
|
pure virtual |
Return the log prior of the given genotype.
TODO: ploidy priors on nested sites???
Implemented in vg::FixedGenotypePriorCalculator.