jebl.evolution.align.scores
public class NucleotideScores extends Scores
Modifier and Type | Field and Description |
---|---|
static NucleotideScores |
CLUSTALW |
static NucleotideScores |
IUB |
Constructor and Description |
---|
NucleotideScores(float match,
float misMatch) |
NucleotideScores(float match,
float misMatch,
float ambiguousMatch) |
NucleotideScores(NucleotideScores scores) |
NucleotideScores(Scores scores,
double percentmatches) |
NucleotideScores(java.lang.String name,
float match,
float misMatch) |
NucleotideScores(java.lang.String name,
float match,
float mismatchTransition,
float mismatchTransversion) |
NucleotideScores(java.lang.String name,
float match,
float mismatchTransition,
float mismatchTransversion,
float ambiguousMatch,
boolean useWeightedAmbigousMatches) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlphabet() |
java.lang.String |
getName() |
java.lang.String |
toString() |
duplicate, forMatrix, getMatrixString, getScore, includeAdditionalCharacters, includeGaps
public static final NucleotideScores IUB
public static final NucleotideScores CLUSTALW
public NucleotideScores(NucleotideScores scores)
public NucleotideScores(float match, float misMatch)
match
- match scoremisMatch
- mismatch scorepublic NucleotideScores(float match, float misMatch, float ambiguousMatch)
public NucleotideScores(java.lang.String name, float match, float misMatch)
public NucleotideScores(java.lang.String name, float match, float mismatchTransition, float mismatchTransversion)
public NucleotideScores(java.lang.String name, float match, float mismatchTransition, float mismatchTransversion, float ambiguousMatch, boolean useWeightedAmbigousMatches)
public NucleotideScores(Scores scores, double percentmatches)
http://code.google.com/p/jebl2/