|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaligner.AminoAcidSubstitutionMatrix
public class AminoAcidSubstitutionMatrix
Created by IntelliJ IDEA. User: Roy Date: 30/07/2005 Time: 10:25:13 To change this template use File | Settings | File Templates.
| Field Summary | |
|---|---|
(package private) java.lang.String |
amino_a
|
(package private) java.lang.Integer[][] |
scoringMatrix
|
| Constructor Summary | |
|---|---|
AminoAcidSubstitutionMatrix(java.lang.String mat_name)
|
|
| Method Summary | |
|---|---|
int |
getScore(char sourceAA,
char imageAA)
|
void |
print()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.Integer[][] scoringMatrix
java.lang.String amino_a
| Constructor Detail |
|---|
public AminoAcidSubstitutionMatrix(java.lang.String mat_name)
| Method Detail |
|---|
public int getScore(char sourceAA,
char imageAA)
getScore in interface SubstitutionMatrixpublic void print()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||