public class AAIndexFileParser
extends java.lang.Object
| Constructor | Description |
|---|---|
AAIndexFileParser() |
| Modifier and Type | Method | 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.IOExceptionpublic java.util.Map<java.lang.String,SubstitutionMatrix<AminoAcidCompound>> getMatrices()