Uses of Class
jebl.evolution.align.ProfileCharacter

Packages that use ProfileCharacter
jebl.evolution.align Provides classes and interfaces for pairwise alignment of two sequences. 
 

Uses of ProfileCharacter in jebl.evolution.align
 

Methods in jebl.evolution.align with parameters of type ProfileCharacter
 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)