jebl.evolution.align.scores
Class NucleotideScores
java.lang.Object
jebl.evolution.align.scores.Scores
jebl.evolution.align.scores.NucleotideScores
- All Implemented Interfaces:
- ScoreMatrix
- Direct Known Subclasses:
- Hamming, JukesCantor
public class NucleotideScores
- extends Scores
- Version:
- $Id: NucleotideScores.java 916 2008-05-26 03:33:27Z matt_kearse $
- Author:
- Richard Moir, Alexei Drummond
Fields inherited from class jebl.evolution.align.scores.Scores |
score |
Constructor Summary |
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IUB
public static final NucleotideScores IUB
CLUSTALW
public static final NucleotideScores CLUSTALW
NucleotideScores
public NucleotideScores(NucleotideScores scores)
NucleotideScores
public NucleotideScores(float match,
float misMatch)
- Parameters:
match
- match scoremisMatch
- mismatch score
NucleotideScores
public NucleotideScores(float match,
float misMatch,
float ambiguousMatch)
NucleotideScores
public NucleotideScores(java.lang.String name,
float match,
float misMatch)
NucleotideScores
public NucleotideScores(java.lang.String name,
float match,
float mismatchTransition,
float mismatchTransversion)
NucleotideScores
public NucleotideScores(java.lang.String name,
float match,
float mismatchTransition,
float mismatchTransversion,
float ambiguousMatch,
boolean useWeightedAmbigousMatches)
NucleotideScores
public NucleotideScores(Scores scores,
double percentmatches)
getName
public java.lang.String getName()
- Returns:
- human readable name
getAlphabet
public final java.lang.String getAlphabet()
- Returns:
- a string containing the valid characters for this score matrix.
toString
public java.lang.String toString()
- Overrides:
toString
in class Scores
http://code.google.com/p/jebl2/