Package | Description |
---|---|
org.biojava.nbio.alignment | |
org.biojava.nbio.alignment.routines | |
org.biojava.nbio.alignment.template |
Modifier and Type | Class and Description |
---|---|
class |
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 . |
class |
FractionalIdentityScorer<S extends Sequence<C>,C extends Compound>
Implements an algorithm which computes a score for a sequence alignment pair.
|
class |
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 . |
class |
FractionalSimilarityScorer<S extends Sequence<C>,C extends Compound>
Implements an algorithm which computes a score for a sequence alignment pair.
|
class |
NeedlemanWunsch<S extends Sequence<C>,C extends Compound>
|
class |
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 ). |
class |
SubstitutionMatrixScorer<S extends Sequence<C>,C extends Compound>
Scores using a substitution matrix.
|
Modifier and Type | Method and Description |
---|---|
static <S extends Sequence<C>,C extends Compound> |
Alignments.getAllPairsScorers(List<S> sequences,
Alignments.PairwiseSequenceScorerType type,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
|
Modifier and Type | Method and Description |
---|---|
static <S extends Sequence<C>,C extends Compound> |
Alignments.runPairwiseScorers(List<PairwiseSequenceScorer<S,C>> scorers)
Factory method to run a list of scorers concurrently.
|
Constructor and Description |
---|
GuideTree(List<S> sequences,
List<PairwiseSequenceScorer<S,C>> scorers)
Creates a guide tree for use during progressive multiple sequence alignment.
|
Modifier and Type | Class and Description |
---|---|
class |
AnchoredPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound>
|
class |
GuanUberbacher<S extends Sequence<C>,C extends Compound>
|
Modifier and Type | Interface and Description |
---|---|
interface |
PairInProfileScorer<S extends Sequence<C>,C extends Compound>
Defines an algorithm which computes a score for a sequence alignment pair picked from an alignment
Profile . |
interface |
PairwiseSequenceAligner<S extends Sequence<C>,C extends Compound>
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound>
|
Constructor and Description |
---|
CallablePairwiseSequenceScorer(PairwiseSequenceScorer<S,C> pss)
Creates a pairwise sequence scoring task for simplified parallel execution.
|
Copyright © 2000–2019 BioJava. All rights reserved.