-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable,kotlin.collections.Iterable
public final class BedGraphParser implements Iterable<BedGraphSection>, AutoCloseable, Closeable
A basic BedGraph format parser.
Separated from WigFile for clarity.
See http://genome.ucsc.edu/goldenpath/help/bedgraph.html
-
-
Constructor Summary
Constructors Constructor Description BedGraphParser(Reader reader)
-
Method Summary
Modifier and Type Method Description Iterator<BedGraphSection>iterator()Unitclose()-
Methods inherited from class kotlin.collections.Iterable
equals, hashCode, toString -
Methods inherited from class org.jetbrains.bio.big.BedGraphParser
forEach, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-