org.biojava3.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
 SortedSet<HmmerResult> scan(ProteinSequence sequence)
           
 

Method Detail

scan

SortedSet<HmmerResult> scan(ProteinSequence sequence)
                            throws IOException
Throws:
IOException