public class BlastHit<S extends Sequence<S>,P> extends AlignmentHitImpl<S,P>
| Constructor and Description |
|---|
BlastHit(Alignment<S> alignment,
P recordPayload,
BlastHit<S,?> hit) |
BlastHit(Alignment<S> alignment,
P recordPayload,
double score,
double bitScore,
double eValue,
Range subjectRange,
String subjectId,
String subjectTitle) |
| Modifier and Type | Method and Description |
|---|---|
double |
getBitScore() |
double |
getEValue() |
double |
getScore() |
String |
getSubjectId() |
Range |
getSubjectRange() |
String |
getSubjectTitle() |
String |
toString() |
getAlignment, getRecordPayloadCopyright © 2018. All rights reserved.