public interface SeqSimilaritySearchHit extends Annotatable
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
SeqSimilaritySearchHit.ByScoreComparator
ByScoreComparator compares
 SeqSimilaritySearchHits by their score. | 
static class  | 
SeqSimilaritySearchHit.BySubHitCountComparator
BySubHitCountComparator compares
 SeqSimilaritySearchHits by their number of
 sub-hits. | 
Annotatable.AnnotationForwarder| Modifier and Type | Field and Description | 
|---|---|
static SeqSimilaritySearchHit.ByScoreComparator | 
byScore
byScore contains a
 SeqSimilaritySearchHit comparator which
 compares by their score. | 
static SeqSimilaritySearchHit.BySubHitCountComparator | 
bySubHitCount
bySubHitCount contains a
 SeqSimilaritySearchHit comparator which
 compares by their number of sub-hits. | 
ANNOTATION| Modifier and Type | Method and Description | 
|---|---|
double | 
getEValue()
Return the overall E-value of this hit. 
 | 
double | 
getPValue()
Return the overall P-value of this hit. 
 | 
int | 
getQueryEnd()
Return the end position of the last sub-hit in the query
 sequence. 
 | 
int | 
getQueryStart()
Return the start position of the first sub-hit in the query
 sequence. 
 | 
StrandedFeature.Strand | 
getQueryStrand()
Return the strand of the hit with respect to the query
 sequence. 
 | 
double | 
getScore()
Return the overall score of this hit in the units defined by the
 search algorithm. 
 | 
List | 
getSubHits()
Return all sub-hits for this sequence similarity search
 hit. 
 | 
int | 
getSubjectEnd()
Return the end position of the last sub-hit in the subject
 sequence. 
 | 
String | 
getSubjectID()
The sequence identifier of this hit within the sequence
 database against which the search was performed. 
 | 
int | 
getSubjectStart()
Return the start position of the first sub-hit in the subject
 sequence. 
 | 
StrandedFeature.Strand | 
getSubjectStrand()
Return the strand of the sub-hit with respect to the subject
 sequence. 
 | 
getAnnotationaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerstatic final SeqSimilaritySearchHit.ByScoreComparator byScore
byScore contains a
 SeqSimilaritySearchHit comparator which
 compares by their score.static final SeqSimilaritySearchHit.BySubHitCountComparator bySubHitCount
bySubHitCount contains a
 SeqSimilaritySearchHit comparator which
 compares by their number of sub-hits.double getScore()
double getPValue()
double getEValue()
int getQueryStart()
int.int getQueryEnd()
int.StrandedFeature.Strand getQueryStrand()
Strand.int getSubjectStart()
int.int getSubjectEnd()
int.StrandedFeature.Strand getSubjectStrand()
Strand.String getSubjectID()
List getSubHits()
Copyright © 2020 BioJava. All rights reserved.