Class RegulationFileIterator
java.lang.Object
org.snpeff.fileIterator.FileIterator<Regulation>
org.snpeff.fileIterator.MarkerFileIterator<Regulation>
org.snpeff.fileIterator.RegulationFileIterator
- All Implemented Interfaces:
Iterable<Regulation>, Iterator<Regulation>
- Direct Known Subclasses:
RegulationBedFileIterator, RegulationGffFileIterator
Opens a regulation file and create Regulation elements.
- Author:
- pcingola
-
Field Summary
Fields inherited from class MarkerFileIterator
createChromos, genome, ignoreChromosomeErrors, inOffset -
Constructor Summary
ConstructorsConstructorDescriptionRegulationFileIterator(String fileName, int inOffset) RegulationFileIterator(String fileName, Genome genome, int inOffset) -
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
-
RegulationFileIterator
-
RegulationFileIterator
-