Class FieldGenotypeSub


  • public class FieldGenotypeSub
    extends FieldGenotype
    A field: E.g.: 'GEN[2].PL[3]'
    Author:
    pablocingolani
    • Constructor Detail

      • FieldGenotypeSub

        public FieldGenotypeSub​(java.lang.String name,
                                Expression indexExpr,
                                Expression indexExpr2)
    • Method Detail

      • getFieldString

        public java.lang.String getFieldString​(org.snpeff.vcf.VcfEntry vcfEntry)
        Get a field from VcfEntry
        Overrides:
        getFieldString in class FieldGenotype
      • getFieldString

        public java.lang.String getFieldString​(org.snpeff.vcf.VcfGenotype vcfGenotype)
        Get a field from VcfGenotype
        Overrides:
        getFieldString in class FieldGenotype