Uses of Package
org.biojava.bio.search
Packages that use org.biojava.bio.search
Package
Description
Parsers which offer XML representations of the output from common
bioinformatics tools.
Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD.
Interfaces and classes for representing sequence similarity search results.
-
Classes in org.biojava.bio.search used by org.biojava.bio.program.saxClassDescription
SearchContentHandler
is a notification interface for objects which listen to search stream parsers. -
Classes in org.biojava.bio.search used by org.biojava.bio.program.ssbindClassDescriptionThe
SearchBuilder
interface is to be used by objects which accumulate state via aSearchContentHandler
and then construct aSeqSimilaritySearchResult
object.SearchContentHandler
is a notification interface for objects which listen to search stream parsers.Objects of this type represent one particular result of a sequence similarity search. -
Classes in org.biojava.bio.search used by org.biojava.bio.searchClassDescriptionInterface for things that perform matches.A SearchContentHandler class that implements filtering in chains of SearchContentHandler instances.Applies test to the value specified by the key in hit properties.Applies test to the value specified by the key in search properties.Applies test to the value specified by the key in subhit properties.Class for implementing tests with BlastLikeSearchFilter objects.An adapter for SearchContentHandler.
SearchContentHandler
is a notification interface for objects which listen to search stream parsers.Objects of this type represent one particular hit (sequence and associated information) from a sequence similarity search.ByScoreComparator
comparesSeqSimilaritySearchHit
s by their score.BySubHitCountComparator
comparesSeqSimilaritySearchHit
s by their number of sub-hits.Objects of this type represent one particular result of a sequence similarity search.Objects of this type represent one particular sub-hit (one concrete sequence stretch within a sequence and associated information) from a sequence similarity search hit.ByScoreComparator
comparesSeqSimilaritySearchSubHit
s by their score.BySubjectStartComparator
comparesSeqSimilaritySearchSubHit
s by their start position on the subject sequence.