Package org.biojava.nbio.ws.hmmer
Interface HmmerScan
-
- All Known Implementing Classes:
RemoteHmmerScan
public interface HmmerScan
Interface for performing Hmmscans on sequences.- Since:
- 3.0.3
- Author:
- Andreas Prlic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortedSet<HmmerResult>
scan(ProteinSequence sequence)
-
-
-
Method Detail
-
scan
SortedSet<HmmerResult> scan(ProteinSequence sequence) throws IOException
- Throws:
IOException
-
-