public class ScoreMatrix extends Object
| Modifier and Type | Method and Description |
|---|---|
int[][] |
getMatrix() |
int |
getPairwiseScore(char c,
char d) |
int |
getPairwiseScore(String A1,
String A2) |
boolean |
isDNA() |
boolean |
isProtein() |
public boolean isDNA()
public boolean isProtein()
public int[][] getMatrix()
public int getPairwiseScore(String A1, String A2)
A1 - A2 - public int getPairwiseScore(char c,
char d)
Copyright © 2000-2015 BioJava. All Rights Reserved.