public class RemoteHmmerScan extends Object implements HmmerScan
Modifier and Type | Field and Description |
---|---|
static String |
HMMER_SERVICE |
Constructor and Description |
---|
RemoteHmmerScan() |
Modifier and Type | Method and Description |
---|---|
SortedSet<HmmerResult> |
scan(ProteinSequence sequence) |
SortedSet<HmmerResult> |
scan(ProteinSequence sequence,
URL serviceLocation)
Scans a protein sequence for Pfam profile matches.
|
public static final String HMMER_SERVICE
public RemoteHmmerScan()
public SortedSet<HmmerResult> scan(ProteinSequence sequence) throws IOException
scan
in interface HmmerScan
IOException
public SortedSet<HmmerResult> scan(ProteinSequence sequence, URL serviceLocation) throws IOException
sequence
- serviceLocation
- IOException
Copyright © 2000–2019 BioJava. All rights reserved.