Class DefaultAAIndexProvider
java.lang.Object
org.biojava.nbio.core.alignment.matrices.DefaultAAIndexProvider
- All Implemented Interfaces:
 AAIndexProvider
The default provider for AAINDEX loads substitution matrices from the AAINDEX file in the resources directory
- Author:
 - Andreas Prlic
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets a substitution matrix by its name. 
- 
Constructor Details
- 
DefaultAAIndexProvider
public DefaultAAIndexProvider() 
 - 
 - 
Method Details
- 
getMatrix
Description copied from interface:AAIndexProviderGets a substitution matrix by its name. The matrices are defined in src/main/resources/matrices/AAINDEX.txt- Specified by:
 getMatrixin interfaceAAIndexProvider- Parameters:
 matrixName-- Returns:
 - The @{code}SubstitutionMatrix or null if not exists
 
 - 
getInputStreamToAAindexFile
 
 -