Package | Description |
---|---|
jebl.evolution.align |
Provides classes and interfaces for pairwise alignment of two sequences.
|
Modifier and Type | Method and Description |
---|---|
static ProfileCharacter |
ProfileCharacter.getImmutableProfileCharacter(char character)
An immutable ProfileCharacter that uses less memory than a mutable profile character.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileCharacter.addProfileCharacter(ProfileCharacter character) |
void |
ProfileCharacter.removeProfileCharacter(ProfileCharacter character) |
static float |
ProfileCharacter.score(ProfileCharacter character1,
ProfileCharacter character2,
Scores scores) |
static float |
ProfileCharacter.scoreSelf(ProfileCharacter character,
Scores scores) |
http://code.google.com/p/jebl2/