public abstract class Hsp<S extends Sequence<C>,C extends Compound> extends Object
Constructor and Description |
---|
Hsp(int hspNum,
double hspBitScore,
int hspScore,
double hspEvalue,
int hspQueryFrom,
int hspQueryTo,
int hspHitFrom,
int hspHitTo,
int hspQueryFrame,
int hspHitFrame,
int hspIdentity,
int hspPositive,
int hspGaps,
int hspAlignLen,
String hspQseq,
String hspHseq,
String hspIdentityString,
Double percentageIdentity,
Integer mismatchCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Experimental.
|
SequencePair<S,C> |
getAlignment() |
int |
getHspAlignLen() |
double |
getHspBitScore() |
double |
getHspEvalue() |
int |
getHspGaps() |
int |
getHspHitFrame() |
int |
getHspHitFrom() |
int |
getHspHitTo() |
String |
getHspHseq()
HSP aligned hit sequence string
|
int |
getHspIdentity() |
String |
getHspIdentityString()
Identity string representing correspondence between aligned residues
|
int |
getHspNum() |
int |
getHspPositive() |
String |
getHspQseq()
HSP aligned query sequence string
|
int |
getHspQueryFrame() |
int |
getHspQueryFrom() |
int |
getHspQueryTo() |
int |
getHspScore() |
Integer |
getMismatchCount() |
Double |
getPercentageIdentity() |
int |
hashCode() |
public Hsp(int hspNum, double hspBitScore, int hspScore, double hspEvalue, int hspQueryFrom, int hspQueryTo, int hspHitFrom, int hspHitTo, int hspQueryFrame, int hspHitFrame, int hspIdentity, int hspPositive, int hspGaps, int hspAlignLen, String hspQseq, String hspHseq, String hspIdentityString, Double percentageIdentity, Integer mismatchCount)
public boolean equals(Object obj)
public SequencePair<S,C> getAlignment()
public int getHspNum()
public double getHspBitScore()
public int getHspScore()
public double getHspEvalue()
public int getHspQueryFrom()
public int getHspQueryTo()
public int getHspHitFrom()
public int getHspHitTo()
public int getHspQueryFrame()
public int getHspHitFrame()
public int getHspIdentity()
public int getHspPositive()
public int getHspGaps()
public int getHspAlignLen()
public String getHspQseq()
public String getHspHseq()
public String getHspIdentityString()
public Double getPercentageIdentity()
public Integer getMismatchCount()
Copyright © 2000–2019 BioJava. All rights reserved.