Uses of Class
jebl.evolution.align.scores.Scores
-
Packages that use Scores Package Description jebl.evolution.align Provides classes and interfaces for pairwise alignment of two sequences.jebl.evolution.align.scores -
-
Uses of Scores in jebl.evolution.align
Methods in jebl.evolution.align that return Scores Modifier and Type Method Description ScoresBartonSternberg. getEstimatedScores()Methods in jebl.evolution.align with parameters of type Scores Modifier and Type Method Description static floatProfileCharacter. score(ProfileCharacter character1, ProfileCharacter character2, Scores scores)static floatProfileCharacter. scoreSelf(ProfileCharacter character, Scores scores)voidAlign. setScores(Scores sub)Constructors in jebl.evolution.align with parameters of type Scores Constructor Description Align(Scores sub, float d)BartonSternberg(Scores scores, float gapOpen, float gapExtend, int refinementIterations, boolean freeGapsAtEnds, boolean fastGuide)MaximalSegmentPair(Scores sub)NeedlemanWunsch(Scores sub, float d)NeedlemanWunschAffine(Scores sub, float d, float e)NeedlemanWunschLinearSpace(Scores sub, float d)NeedlemanWunschLinearSpaceAffine(Scores sub, float openGapPenalty, float extendGapPenalty)NeedlemanWunschLinearSpaceAffine(Scores sub, float d, float e, boolean freeGapsAtEnds)NeedlemanWunschLinearSpaceAffine(Scores sub, float d, float e, boolean freeGapsAtEnds, boolean applyGapExtendCostToFirstGapResidue)NonOverlapMultipleLocalAffine(Scores sub, float d, float e, int T)OldNeedlemanWunschAffine(Scores sub, float d, float e)OverlapAlign(Scores sub, float d)SmithWaterman(Scores sub, float d)SmithWatermanLinearSpace(Scores sub, float d)SmithWatermanLinearSpaceAffine(Scores sub, float d, float e) -
Uses of Scores in jebl.evolution.align.scores
Subclasses of Scores in jebl.evolution.align.scores Modifier and Type Class Description classAminoAcidScoresclassBlosum45classBlosum50classBlosum55classBlosum60classBlosum62classBlosum65classBlosum70classBlosum75classBlosum80classBlosum85classBlosum90classHammingclassJukesCantorJukes Cantor assumes equal substitution frequencies and equal nucleotide equilibrium frequencies.classNucleotideScoresclassPam100classPam110classPam120classPam130classPam140classPam150classPam160classPam170classPam180classPam190classPam200classPam210classPam220classPam230classPam240classPam250classSubstScoreMatrixMethods in jebl.evolution.align.scores that return Scores Modifier and Type Method Description static ScoresScores. duplicate(Scores scores)static ScoresScores. forMatrix(ScoreMatrix scoreMatrix)static ScoresScoresFactory. generateScores(java.lang.String nameVal)For any matrix.static ScoresScoresFactory. generateScores(java.lang.String name, float val)For calculated nucleotide matrices.static ScoresScoresFactory. generateScores(java.lang.String name, int val)For Blosum and Pam matricesstatic ScoresScores. includeAdditionalCharacters(Scores scores, java.lang.String characters)includes additional characters in the score matrix which will all have scored zero when compared to other characters.static ScoresScores. includeGaps(Scores scores, float gapVersusResidueCost, float gapVersusGapCost)Methods in jebl.evolution.align.scores with parameters of type Scores Modifier and Type Method Description static ScoresScores. duplicate(Scores scores)static ScoresScores. includeAdditionalCharacters(Scores scores, java.lang.String characters)includes additional characters in the score matrix which will all have scored zero when compared to other characters.static ScoresScores. includeGaps(Scores scores, float gapVersusResidueCost, float gapVersusGapCost)Constructors in jebl.evolution.align.scores with parameters of type Scores Constructor Description NucleotideScores(Scores scores, double percentmatches)
-