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 |
SimpleProfileProfileAligner<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 |
StandardRescoreRefiner<S extends Sequence<C>,C extends Compound> |
class |
SubstitutionMatrixScorer<S extends Sequence<C>,C extends Compound>
Scores using a substitution matrix.
|
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 |
Aligner<S extends Sequence<C>,C extends Compound>
|
interface |
MatrixAligner<S extends Sequence<C>,C extends Compound>
Defines an
Aligner which builds a score matrix during computation. |
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>
|
interface |
PairwiseSequenceScorer<S extends Sequence<C>,C extends Compound>
Defines an algorithm which computes a score for a pair of sequences.
|
interface |
PartitionRefiner<S extends Sequence<C>,C extends Compound>
Defines an algorithm which computes a new alignment
Profile by splitting a current alignment and realigning. |
interface |
ProfileProfileAligner<S extends Sequence<C>,C extends Compound>
Defines an
Aligner for a pair of Profile s. |
interface |
ProfileProfileScorer<S extends Sequence<C>,C extends Compound>
Defines an algorithm which computes a score for a pairing of alignment profiles.
|
interface |
RescoreRefiner<S extends Sequence<C>,C extends Compound>
Defines an algorithm which computes a new alignment
Profile by rescoring all pairs in an alignment and
realigning. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMatrixAligner<S extends Sequence<C>,C extends Compound>
Implements common code for an
Aligner which builds a score matrix during computation. |
class |
AbstractPairwiseSequenceAligner<S extends Sequence<C>,C extends Compound>
|
class |
AbstractProfileProfileAligner<S extends Sequence<C>,C extends Compound>
|
class |
AbstractScorer
Implements common code for algorithms which compute a score.
|
Copyright © 2000–2019 BioJava. All rights reserved.