Interface VCFIterator

    • Method Detail

      • getHeader

        VCFHeader getHeader()
        Returns the VCFHeader associated with this VCF/BCF file.
      • peek

        VariantContext peek()
        Returns the next object but does not advance the iterator. Subsequent calls to peek() and next() will return the same object.