Package | Description |
---|---|
org.biojava.nbio.alignment | |
org.biojava.nbio.alignment.template | |
org.biojava.nbio.core.alignment | |
org.biojava.nbio.core.alignment.template | |
org.biojava.nbio.core.search.io | |
org.biojava.nbio.structure.io |
Input and Output of Structures
|
Modifier and Type | Method and Description |
---|---|
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. |
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)
|
Constructor and Description |
---|
FractionalIdentityScorer(SequencePair<S,C> pair)
Creates a fractional identity scorer for an aligned pair of sequences.
|
FractionalSimilarityScorer(SequencePair<S,C> pair)
Creates a fractional similarity scorer for an aligned pair of sequences.
|
SubstitutionMatrixScorer(SequencePair<S,C> pair,
SubstitutionMatrix<C> matrix) |
Modifier and Type | Field and Description |
---|---|
protected SequencePair<S,C> |
AbstractPairwiseSequenceAligner.pair |
Modifier and Type | Method and Description |
---|---|
SequencePair<S,C> |
CallablePairwiseSequenceAligner.call() |
SequencePair<S,C> |
AbstractPairwiseSequenceAligner.getPair() |
SequencePair<S,C> |
PairwiseSequenceAligner.getPair()
Returns sequence alignment pair.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleSequencePair<S extends Sequence<C>,C extends Compound>
Implements a data structure for the results of pairwise sequence alignment.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutableSequencePair<S extends Sequence<C>,C extends Compound>
Defines a mutable (editable) data structure for the results of pairwise sequence alignment.
|
Modifier and Type | Method and Description |
---|---|
SequencePair<S,C> |
Hsp.getAlignment() |
Modifier and Type | Method and Description |
---|---|
static AFPChain |
FastaAFPChainConverter.fastaToAfpChain(SequencePair<Sequence<AminoAcidCompound>,AminoAcidCompound> alignment,
Structure structure1,
Structure structure2)
Provided only for convenience.
|
Copyright © 2000–2019 BioJava. All rights reserved.