org.strbio.mol.lib
Interface PSIBlast

All Superinterfaces:
Blast
All Known Implementing Classes:
PSIBlastNCBI, PSIBlastP, PSIBlastP2, PSIBlastWeb

public interface PSIBlast
extends Blast

Interface for common PSI-blast related routines.

  Version 1.0, 1/29/99 - original version
  

Version:
1.0, 1/29/99
Author:
JMC

Method Summary
 PSIBlastMatrices getPSIBlastMatrices()
          Should get the matrices used in the last query, or null if there's some problem.
 
Methods inherited from interface org.strbio.mol.lib.Blast
blastAll, blastProfile, blastProteinSet, setQuery, setQuery
 

Method Detail

getPSIBlastMatrices

PSIBlastMatrices getPSIBlastMatrices()
Should get the matrices used in the last query, or null if there's some problem.