-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class Offset implements Comparable<Offset>
A (chromosome, offset) pair.
-
-
Method Summary
Modifier and Type Method Description IntegercompareTo(Offset other)StringtoString()final Integercomponent1()final Integercomponent2()final Offsetcopy(Integer chromIx, Integer offset)final IntegergetChromIx()Chromosome ID as defined by the B+ index. final IntegergetOffset()0-based genomic offset. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
getChromIx
final Integer getChromIx()
Chromosome ID as defined by the B+ index.
-
-
-
-