Package picard.vcf
Class GenotypeConcordance.Alleles
- java.lang.Object
-
- picard.vcf.GenotypeConcordance.Alleles
-
- Enclosing class:
- GenotypeConcordance
protected static class GenotypeConcordance.Alleles extends Object
A simple structure to return the results of getAlleles. NB: truthAllele1/2 and callAllele1/2 may be null if no first or second allele was present respectively.
-
-
Field Summary
Fields Modifier and Type Field Description picard.vcf.OrderedSet<String>allAllelesStringcallAllele1StringcallAllele2StringtruthAllele1StringtruthAllele2
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<htsjdk.variant.variantcontext.Allele>asList()List<htsjdk.variant.variantcontext.Allele>callAlleles()List<htsjdk.variant.variantcontext.Allele>truthAlleles()
-