Package picard.vcf

Enum Class GenotypeConcordanceStates.CallState

java.lang.Object
java.lang.Enum<GenotypeConcordanceStates.CallState>
picard.vcf.GenotypeConcordanceStates.CallState
All Implemented Interfaces:
Serializable, Comparable<GenotypeConcordanceStates.CallState>, Constable
Enclosing class:
GenotypeConcordanceStates

public static enum GenotypeConcordanceStates.CallState extends Enum<GenotypeConcordanceStates.CallState>
These states represent the relationship between the call genotype and the truth genotype relative to a reference sequence. The Enum constants must be in the same order as the truth state to allow for comparison.