Class BlastHspBuilder
java.lang.Object
org.biojava.nbio.core.search.io.blast.BlastHspBuilder
Designed by Paolo Pavan.
You may want to find my contacts on Github and LinkedIn for code info
or discuss major changes.
https://github.com/paolopavan
- Author:
- Paolo Pavan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.biojava.nbio.core.search.io.blast.BlastHsp
setHspAlignLen
(int hspAlignLen) setHspBitScore
(double hspBitScore) setHspEvalue
(double hspEvalue) setHspGaps
(int hspGaps) setHspHitFrame
(int hspHitFrame) setHspHitFrom
(int hspHitFrom) setHspHitTo
(int hspHitTo) setHspHseq
(String hspHseq) setHspIdentity
(int hspIdentity) setHspIdentityString
(String hspIdentityString) setHspNum
(int hspNum) setHspPositive
(int hspPositive) setHspQseq
(String hspQseq) setHspQueryFrame
(int hspQueryFrame) setHspQueryFrom
(int hspQueryFrom) setHspQueryTo
(int hspQueryTo) setHspScore
(int hspScore) setMismatchCount
(Integer mismatchCount) setPercentageIdentity
(Double percentageIdentity)
-
Constructor Details
-
BlastHspBuilder
public BlastHspBuilder()
-
-
Method Details
-
setHspNum
-
setHspBitScore
-
setHspScore
-
setHspEvalue
-
setHspQueryFrom
-
setHspQueryTo
-
setHspHitFrom
-
setHspHitTo
-
setHspQueryFrame
-
setHspHitFrame
-
setHspIdentity
-
setHspPositive
-
setHspGaps
-
setHspAlignLen
-
setHspQseq
-
setHspHseq
-
setHspIdentityString
-
setPercentageIdentity
-
setMismatchCount
-
createBlastHsp
-