org.biojava3.alignment.aaindex
Class AAIndexFileParser
java.lang.Object
org.biojava3.alignment.aaindex.AAIndexFileParser
public class AAIndexFileParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AAIndexFileParser
public AAIndexFileParser()
parse
public void parse(InputStream inputStream)
throws IOException
- parse an inputStream that points to an AAINDEX database file
- Parameters:
inputStream
-
- Throws:
IOException
getMatrices
public Map<String,SubstitutionMatrix<AminoAcidCompound>> getMatrices()