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 HmmerScanIOExceptionpublic SortedSet<HmmerResult> scan(ProteinSequence sequence, URL serviceLocation) throws IOException
sequence - serviceLocation - IOExceptionCopyright © 2000–2019 BioJava. All rights reserved.