Uses of Class
org.biojava.nbio.structure.align.pairwise.AlternativeAlignment
Package
Description
Classes for the alignment of structures.
Classes for the pairwise alignment of structures.
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.
Some utility classes for the protein structure GUIs.
-
Uses of AlternativeAlignment in org.biojava.nbio.structure.align
Modifier and TypeMethodDescriptionStructurePairAligner.getAlignments()
return the alternative alignments that can be found for the two structuresModifier and TypeMethodDescriptionstatic void
ClusterAltAligs.cluster
(AlternativeAlignment[] aligs) static void
ClusterAltAligs.cluster
(AlternativeAlignment[] aligs, int cutoff) -
Uses of AlternativeAlignment in org.biojava.nbio.structure.align.pairwise
Modifier and TypeMethodDescriptionint
AltAligComparator.compare
(AlternativeAlignment a, AlternativeAlignment b) void
AlignmentResult.setAlignments
(AlternativeAlignment[] alignments) we only keep the first alternative... -
Uses of AlternativeAlignment in org.biojava.nbio.structure.gui
Modifier and TypeMethodDescriptionJMatrixPanel.getAlternativeAligs()
ScaleableMatrixPanel.getAlternativeAligs()
Modifier and TypeMethodDescriptionvoid
SequenceDisplay.setAlternativeAlignment
(AlternativeAlignment alig) void
JMatrixPanel.setAlternativeAligs
(AlternativeAlignment[] aligs) void
ScaleableMatrixPanel.setAlternativeAligs
(AlternativeAlignment[] aligs) -
Uses of AlternativeAlignment in org.biojava.nbio.structure.gui.util
Modifier and TypeMethodDescriptionvoid
AlternativeAlignmentFrame.setAlternativeAlignments
(AlternativeAlignment[] aligs)