| Package | Description |
|---|---|
| org.biojava.nbio.alignment |
| Modifier and Type | Method and Description |
|---|---|
static Alignments.PairwiseSequenceScorerType |
Alignments.PairwiseSequenceScorerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Alignments.PairwiseSequenceScorerType[] |
Alignments.PairwiseSequenceScorerType.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.getAllPairsScorers(java.util.List<S> sequences,
Alignments.PairwiseSequenceScorerType type,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Factory method which sets up a sequence pair scorer for all
Sequence pairs in the given List. |
static <S extends Sequence<C>,C extends Compound> |
Alignments.getAllPairsScores(java.util.List<S> sequences,
Alignments.PairwiseSequenceScorerType type,
GapPenalty gapPenalty,
SubstitutionMatrix<C> subMatrix)
Factory method which computes a sequence pair score for all
Sequence pairs in the given List. |
Copyright © 2000-2020 BioJava. All Rights Reserved.