Package | Description |
---|---|
org.biojava.nbio.alignment |
Modifier and Type | Method and Description |
---|---|
static Alignments.PairwiseSequenceAlignerType |
Alignments.PairwiseSequenceAlignerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alignments.PairwiseSequenceAlignerType[] |
Alignments.PairwiseSequenceAlignerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <S extends Sequence<C>,C extends Compound> |
Alignments.getAllPairsAlignments(List<S> sequences,
Alignments.PairwiseSequenceAlignerType type,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
|
static <S extends Sequence<C>,C extends Compound> |
Alignments.getPairwiseAligner(S query,
S target,
Alignments.PairwiseSequenceAlignerType type,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Factory method which constructs a pairwise sequence aligner.
|
static <S extends Sequence<C>,C extends Compound> |
Alignments.getPairwiseAlignment(S query,
S target,
Alignments.PairwiseSequenceAlignerType type,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Factory method which computes a sequence alignment for the given
Sequence pair. |
Copyright © 2000–2016 BioJava. All rights reserved.