Package org.snpeff.binseq.comparator
Class SequenceReference
- java.lang.Object
-
- org.snpeff.binseq.comparator.SequenceReference
-
public class SequenceReference extends java.lang.Object
A reference to a sequence. It's composed by a sequence index and a start position (both are integres stored in a long)- Author:
- pcingola
-
-
Constructor Summary
Constructors Constructor Description SequenceReference()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getReference(int sequenceIdx, int start)
static int
getSeqIdx(long ref)
static int
getStart(long ref)
-