Class AAIndexFileParser
- java.lang.Object
-
- org.biojava.nbio.core.alignment.matrices.AAIndexFileParser
-
public class AAIndexFileParser extends Object
-
-
Constructor Summary
Constructors Constructor Description AAIndexFileParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,SubstitutionMatrix<AminoAcidCompound>>
getMatrices()
void
parse(InputStream inputStream)
Parse an inputStream that points to an AAINDEX database file
-
-
-
Constructor Detail
-
AAIndexFileParser
public AAIndexFileParser()
-
-
Method Detail
-
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()
-
-