Package org.snpeff.binseq.indexer
Interface OverlapFilter<T extends BinarySequence>
-
- All Known Implementing Classes:
OverlapFilterCompareAllAll,OverlapFilterDnaId
public interface OverlapFilter<T extends BinarySequence>Indicate whether an overlap between two sequences should be considered or not
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanconsiderOverlap(T seq1, T seq2)Consider overlap between two sequences?
-