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 DnaSequenceId
DnaSequenceId. 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 boolean
OverlapFilterCompareAllAll. considerOverlap(DnaSequenceId seq1, DnaSequenceId seq2)
Consider overlap between two sequences?boolean
OverlapFilterDnaId. considerOverlap(DnaSequenceId seq1, DnaSequenceId seq2)
Consider overlap between two sequences?
-