-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class WigFile implements Iterable<WigSection>
A basic WIG format parser.
According to the spec. WIG positions are always 1-based, thus we manually convert them to 0-based during parsing.
See http://genome.ucsc.edu/goldenPath/help/wiggle.html
-
-
Method Summary
Modifier and Type Method Description Iterator<WigSection>iterator()-
Methods inherited from class kotlin.collections.Iterable
equals, hashCode, toString -
Methods inherited from class org.jetbrains.bio.big.WigFile
forEach, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WigFile
WigFile(Path path)
-
-
Method Detail
-
iterator
Iterator<WigSection> iterator()
-
-
-
-