Uses of Class
org.biojava.nbio.core.search.io.Hsp
-
Packages that use Hsp Package Description org.biojava.nbio.core.search.io org.biojava.nbio.core.search.io.blast -
-
Uses of Hsp in org.biojava.nbio.core.search.io
Methods in org.biojava.nbio.core.search.io that return types with arguments of type Hsp Modifier and Type Method Description java.util.Iterator<Hsp>
Hit. iterator()
Constructor parameters in org.biojava.nbio.core.search.io with type arguments of type Hsp Constructor Description Hit(int hitNum, java.lang.String hitId, java.lang.String hitDef, java.lang.String hitAccession, int hitLen, java.util.List<Hsp> hsps, Sequence hitSequence)
-
Uses of Hsp in org.biojava.nbio.core.search.io.blast
Method parameters in org.biojava.nbio.core.search.io.blast with type arguments of type Hsp Modifier and Type Method Description BlastHitBuilder
BlastHitBuilder. setHsps(java.util.List<Hsp> hsps)
-