public class AAIndexFileParser
extends java.lang.Object
Constructor and Description |
---|
AAIndexFileParser() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SubstitutionMatrix<AminoAcidCompound>> |
getMatrices() |
void |
parse(java.io.InputStream inputStream)
parse an inputStream that points to an AAINDEX database file
|
public void parse(java.io.InputStream inputStream) throws java.io.IOException
inputStream
- java.io.IOException
public java.util.Map<java.lang.String,SubstitutionMatrix<AminoAcidCompound>> getMatrices()