Package org.biojava.nbio.ws.hmmer
Class RemoteHmmerScan
- java.lang.Object
- 
- org.biojava.nbio.ws.hmmer.RemoteHmmerScan
 
- 
- All Implemented Interfaces:
- HmmerScan
 
 public class RemoteHmmerScan extends Object implements 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 SummaryFields Modifier and Type Field Description static StringHMMER_SERVICE
 - 
Constructor SummaryConstructors Constructor Description RemoteHmmerScan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SortedSet<HmmerResult>scan(ProteinSequence sequence)SortedSet<HmmerResult>scan(ProteinSequence sequence, URL serviceLocation)Scans a protein sequence for Pfam profile matches.
 
- 
- 
- 
Field Detail- 
HMMER_SERVICEpublic static final String HMMER_SERVICE - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
RemoteHmmerScanpublic RemoteHmmerScan() 
 
- 
 - 
Method Detail- 
scanpublic SortedSet<HmmerResult> scan(ProteinSequence sequence) throws IOException - Specified by:
- scanin interface- HmmerScan
- Throws:
- IOException
 
 - 
scanpublic SortedSet<HmmerResult> scan(ProteinSequence sequence, URL serviceLocation) throws IOException Scans a protein sequence for Pfam profile matches.- Parameters:
- sequence-
- serviceLocation-
- Returns:
- Throws:
- IOException
 
 
- 
 
-