Package org.snpeff.binseq.comparator
Class SequenceReference
java.lang.Object
org.snpeff.binseq.comparator.SequenceReference
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetReference(int sequenceIdx, int start) static intgetSeqIdx(long ref) static intgetStart(long ref)
-
Constructor Details
-
SequenceReference
public SequenceReference()
-
-
Method Details
-
getReference
public static long getReference(int sequenceIdx, int start) -
getSeqIdx
public static int getSeqIdx(long ref) -
getStart
public static int getStart(long ref)
-