Package | Description |
---|---|
org.biojava.nbio.structure.align |
Classes for the alignment of structures.
|
org.biojava.nbio.structure.align.pairwise |
Classes for the pairwise alignment of structures.
|
org.biojava.nbio.structure.gui |
A few convenience classes to view protein structures with Jmol (if it is on the classpath),
to calculate a protein structure alignment and to investigate the internals of the protein structure alignment algorithm.
|
org.biojava.nbio.structure.gui.util |
Some utility classes for the protein structure GUIs.
|
Modifier and Type | Method and Description |
---|---|
AlternativeAlignment[] |
StructurePairAligner.getAlignments()
return the alternative alignments that can be found for the two
structures
|
Modifier and Type | Method and Description |
---|---|
static void |
ClusterAltAligs.cluster(AlternativeAlignment[] aligs) |
static void |
ClusterAltAligs.cluster(AlternativeAlignment[] aligs,
int cutoff) |
Modifier and Type | Method and Description |
---|---|
AlternativeAlignment[] |
AlignmentResult.getAlignments() |
Modifier and Type | Method and Description |
---|---|
int |
AltAligComparator.compare(AlternativeAlignment a,
AlternativeAlignment b) |
void |
AlignmentResult.setAlignments(AlternativeAlignment[] alignments)
we only keep the first alternative...
|
Modifier and Type | Method and Description |
---|---|
AlternativeAlignment[] |
ScaleableMatrixPanel.getAlternativeAligs() |
AlternativeAlignment[] |
JMatrixPanel.getAlternativeAligs() |
Modifier and Type | Method and Description |
---|---|
void |
SequenceDisplay.setAlternativeAlignment(AlternativeAlignment alig) |
void |
ScaleableMatrixPanel.setAlternativeAligs(AlternativeAlignment[] aligs) |
void |
JMatrixPanel.setAlternativeAligs(AlternativeAlignment[] aligs) |
Modifier and Type | Method and Description |
---|---|
void |
AlternativeAlignmentFrame.setAlternativeAlignments(AlternativeAlignment[] aligs) |
Copyright © 2000–2019 BioJava. All rights reserved.