Uses of Class
org.snpeff.binseq.DnaSequenceId
-
Packages that use DnaSequenceId Package Description org.snpeff.binseq org.snpeff.binseq.indexer -
-
Uses of DnaSequenceId in org.snpeff.binseq
Methods in org.snpeff.binseq that return DnaSequenceId Modifier and Type Method Description static DnaSequenceIdDnaSequenceId. empty()Empty sequence singleton -
Uses of DnaSequenceId in org.snpeff.binseq.indexer
Methods in org.snpeff.binseq.indexer with parameters of type DnaSequenceId Modifier and Type Method Description booleanOverlapFilterCompareAllAll. considerOverlap(DnaSequenceId seq1, DnaSequenceId seq2)Consider overlap between two sequences?booleanOverlapFilterDnaId. considerOverlap(DnaSequenceId seq1, DnaSequenceId seq2)Consider overlap between two sequences?
-