Class VariantFileIterator
- Direct Known Subclasses:
BedFileIterator, BigBedFileIterator, VariantTxtFileIterator
Opens a sequence change file and iterates over all sequence changes
- Author:
- pcingola
-
Field Summary
Fields inherited from class MarkerFileIterator
createChromos, genome, ignoreChromosomeErrors, inOffset -
Constructor Summary
ConstructorsConstructorDescriptionVariantFileIterator(String fileName) VariantFileIterator(String fileName, Genome genome) -
Method Summary
Methods inherited from class MarkerFileIterator
getChromosome, getGenome, init, isIgnoreChromosomeErrors, loadMarkers, parsePosition, sanityCheckChromo, setCreateChromos, setIgnoreChromosomeErrors, setInOffsetMethods inherited from class FileIterator
close, countNewLineChars, getFilePointer, getLine, getLineNum, guessNewLineChars, hasNext, hasSeek, isDebug, iterator, load, next, readLine, readNext, ready, remove, seek, setAutoClose, setDebug, setVerbose, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
VariantFileIterator
-
VariantFileIterator
-