Package org.biojava.nbio.ws.hmmer
Class RemoteHmmerScan
- java.lang.Object
-
- org.biojava.nbio.ws.hmmer.RemoteHmmerScan
-
-
Field Summary
Fields Modifier and Type Field Description static StringHMMER_SERVICE
-
Constructor Summary
Constructors Constructor Description RemoteHmmerScan()
-
Method Summary
All 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_SERVICE
public static final String HMMER_SERVICE
- See Also:
- Constant Field Values
-
-
Method Detail
-
scan
public SortedSet<HmmerResult> scan(ProteinSequence sequence) throws IOException
- 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
-
-