Package org.biojava.nbio.ws.hmmer
Class RemoteHmmerScan
java.lang.Object
org.biojava.nbio.ws.hmmer.RemoteHmmerScan
- All Implemented Interfaces:
 HmmerScan
Makes remote calls to the HMMER web service at the EBI web site and returns Pfam domain annotations for an input protein sequence.
- Since:
 - 3.0.3
 - Author:
 - Andreas Prlic
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionscan(ProteinSequence sequence) scan(ProteinSequence sequence, URL serviceLocation) Scans a protein sequence for Pfam profile matches. 
- 
Field Details
- 
HMMER_SERVICE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
RemoteHmmerScan
public RemoteHmmerScan() 
 - 
 - 
Method Details
- 
scan
- Specified by:
 scanin interfaceHmmerScan- Throws:
 IOException
 - 
scan
public SortedSet<HmmerResult> scan(ProteinSequence sequence, URL serviceLocation) throws IOException Scans a protein sequence for Pfam profile matches.- Parameters:
 sequence-serviceLocation-- Returns:
 - Throws:
 IOException
 
 -