@Immutable public final class HighScoringPair extends Object
Modifier and Type | Method and Description |
---|---|
long |
alignmentLength()
Return the alignment length for this high-scoring segment pair (HSP).
|
double |
bitScore()
Return the bit score for this high-scoring segment pair (HSP).
|
double |
evalue()
Return the evalue for this high-scoring segment pair (HSP).
|
int |
gapOpens()
Return the gap opens for this high-scoring segment pair (HSP).
|
int |
mismatches()
Return the mismatches for this high-scoring segment pair (HSP).
|
double |
percentIdentity()
Return the percent identity for this high-scoring segment pair (HSP).
|
String |
source()
Return the source for this high-scoring segment pair (HSP).
|
long |
sourceEnd()
Return the source end for this high-scoring segment pair (HSP).
|
long |
sourceStart()
Return the source start for this high-scoring segment pair (HSP).
|
String |
target()
Return the target for this high-scoring segment pair (HSP).
|
long |
targetEnd()
Return the target end for this high-scoring segment pair (HSP).
|
long |
targetStart()
Return the target start for this high-scoring segment pair (HSP).
|
String |
toString() |
static HighScoringPair |
valueOf(String value)
Return a new high scoring pair parsed from the specified value.
|
public String source()
public String target()
public double percentIdentity()
public long alignmentLength()
public int mismatches()
public int gapOpens()
public long sourceStart()
public long sourceEnd()
public long targetStart()
public long targetEnd()
public double evalue()
public double bitScore()
public static HighScoringPair valueOf(String value)
value
- value to parse, must not be nullIllegalArgumentException
- if the value is not valid high scoring pair formatNumberFormatException
- if a number valued field cannot be parsed as a numberCopyright © 2014–2015. All rights reserved.