public static class ParseGVCF.GVCFLine
public int lineNum()
Line number in the .g.vcf file
public java.lang.String toString()
public java.lang.String chromosome()
public int startPosition()
Start physical position (inclusive)
public int endPosition()
End physical position (inclusive)
public int seqLength()
Length of sequence represented by this line
public int depth()
Total depth
public java.util.List<java.lang.Integer> alleleDepths()
public boolean isHomozygous()
public java.lang.String reference()
public java.util.List<java.lang.String> alternates()
public java.util.List<java.lang.Integer> genotypeIndices()
public java.util.List<java.lang.String> genotypes()
public boolean phased()
public int ploidy()
public boolean isReferenceBlock()
Returns whether this line specifies a range of positions that match the reference.