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 Iterator<Hsp>
Hit. iterator()
Constructor parameters in org.biojava.nbio.core.search.io with type arguments of type Hsp Constructor Description Hit(int hitNum, String hitId, String hitDef, String hitAccession, int hitLen, 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(List<Hsp> hsps)
-