public class AAIndexFileParser extends Object
Constructor and Description |
---|
AAIndexFileParser() |
Modifier and Type | Method and Description |
---|---|
Map<String,SubstitutionMatrix<AminoAcidCompound>> |
getMatrices() |
void |
parse(InputStream inputStream)
parse an inputStream that points to an AAINDEX database file
|
public AAIndexFileParser()
public void parse(InputStream inputStream) throws IOException
inputStream
- IOException
public Map<String,SubstitutionMatrix<AminoAcidCompound>> getMatrices()
Copyright © 2000–2019 BioJava. All rights reserved.