| Class | Description |
|---|---|
| Alignments |
Static utility to easily run alignment routines.
|
| FractionalIdentityInProfileScorer<S extends Sequence<C>,C extends Compound> |
Implements an algorithm which computes a score for a sequence alignment pair picked from an alignment
Profile. |
| FractionalIdentityScorer<S extends Sequence<C>,C extends Compound> |
Implements an algorithm which computes a score for a sequence alignment pair.
|
| FractionalSimilarityInProfileScorer<S extends Sequence<C>,C extends Compound> |
Implements an algorithm which computes a score for a sequence alignment pair picked from an alignment
Profile. |
| FractionalSimilarityScorer<S extends Sequence<C>,C extends Compound> |
Implements an algorithm which computes a score for a sequence alignment pair.
|
| GuideTree<S extends Sequence<C>,C extends Compound> |
Implements a data structure for a guide tree used during progressive multiple sequence alignment.
|
| NeedlemanWunsch<S extends Sequence<C>,C extends Compound> | |
| SimpleGapPenalty |
Implements a data structure for the gap penalties used during a sequence alignment routine.
|
| SimpleProfileProfileAligner<S extends Sequence<C>,C extends Compound> | |
| SmithWaterman<S extends Sequence<C>,C extends Compound> |
Smith and Waterman defined an algorithm for pairwise local sequence alignments (best match of sections from each
Sequence). |
| StandardRescoreRefiner<S extends Sequence<C>,C extends Compound> | |
| SubstitutionMatrixScorer<S extends Sequence<C>,C extends Compound> |
Scores using a substitution matrix.
|
| Enum | Description |
|---|---|
| Alignments.PairInProfileScorerType |
List of implemented sequence pair in a profile scoring routines.
|
| Alignments.PairwiseSequenceAlignerType |
List of implemented pairwise sequence alignment routines.
|
| Alignments.PairwiseSequenceScorerType |
List of implemented pairwise sequence scoring routines.
|
| Alignments.ProfileProfileAlignerType |
List of implemented profile-profile alignment routines.
|
| Alignments.RefinerType |
List of implemented profile refinement routines.
|
Copyright © 2000–2017 BioJava. All rights reserved.