Package org.biojava.bio.seq.db
Class SwissprotSequenceDB
- java.lang.Object
-
- org.biojava.bio.seq.db.SwissprotSequenceDB
-
public class SwissprotSequenceDB extends Object
This class contains functions accessing sequences in swiss-prot.- Author:
- Lei Lai, Matthew Pocock
-
-
Constructor Summary
Constructors Constructor Description SwissprotSequenceDB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkIOException()
protected URL
getAddress(String id)
protected Alphabet
getAlphabet()
String
getName()
Sequence
getSequence(String id)
protected SequenceFormat
getSequenceFormat()
-
-
-
Constructor Detail
-
SwissprotSequenceDB
public SwissprotSequenceDB()
-
-
Method Detail
-
getSequenceFormat
protected SequenceFormat getSequenceFormat()
-
getAlphabet
protected Alphabet getAlphabet()
-
getAddress
protected URL getAddress(String id) throws MalformedURLException
- Throws:
MalformedURLException
-
getSequence
public Sequence getSequence(String id) throws BioException
- Throws:
BioException
-
checkIOException
public boolean checkIOException()
-
-