de.unibi.techfak.jpredictor.motifs
Interface MotifSearchWithThreshold
- All Superinterfaces:
- MotifSearcher
- All Known Implementing Classes:
- PSPMotif, PSSMotif
interface MotifSearchWithThreshold
- extends MotifSearcher
The Interface MotifSearchWithThreshold should be implemented by classes
that wants to define methods for searching motifs on sequences,
where every position is scored and the threshold is used to distinguish
between a hit and none.
setThreshold
void setThreshold(double threshold)
- Sets the threshold.
- Parameters:
threshold - The new threshold.- See Also:
MotifSearcher.search(int, int)
getThreshold
double getThreshold()
- Returns:
- The threshold. If none was previously defined
Double.NaN is returned. - See Also:
MotifSearcher.search(int, int)