Package org.snpeff.fileIterator
Class RegulationBedFileIterator
java.lang.Object
org.snpeff.fileIterator.FileIterator<M>
org.snpeff.fileIterator.MarkerFileIterator<Regulation>
org.snpeff.fileIterator.RegulationFileIterator
org.snpeff.fileIterator.RegulationBedFileIterator
- All Implemented Interfaces:
Iterable<Regulation>,Iterator<Regulation>
Opens a GFF3 file and create regulatory elements.
Example of regulatory GFF file:
ftp://ftp.ensembl.org/pub/release-63/regulation/homo_sapiens/AnnotatedFeatures.gff.gz
References (GFF3) : http://www.sequenceontology.org/gff3.shtml
- Author:
- pcingola
-
Field Summary
FieldsFields inherited from class org.snpeff.fileIterator.MarkerFileIterator
createChromos, genome, ignoreChromosomeErrors, inOffset -
Constructor Summary
ConstructorsConstructorDescriptionRegulationBedFileIterator(String fileName, String name, String cellType) RegulationBedFileIterator(String fileName, Genome genome, String name, String cellType) -
Method Summary
Methods inherited from class org.snpeff.fileIterator.MarkerFileIterator
getChromosome, getGenome, init, isIgnoreChromosomeErrors, loadMarkers, parsePosition, sanityCheckChromo, setCreateChromos, setIgnoreChromosomeErrors, setInOffsetMethods inherited from class org.snpeff.fileIterator.FileIterator
close, countNewLineChars, getFilePointer, getLine, getLineNum, guessNewLineChars, hasNext, hasSeek, isDebug, iterator, load, next, readLine, ready, remove, seek, setAutoClose, setDebug, setVerbose, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
BED_OFFSET
public static final int BED_OFFSET- See Also:
-
-
Constructor Details
-
RegulationBedFileIterator
-
RegulationBedFileIterator
-
-
Method Details
-
readNext
Description copied from class:FileIteratorRead next element- Specified by:
readNextin classFileIterator<Regulation>
-