Uses of Interface
org.biojava.nbio.structure.align.StructureAlignment
Package
Description
Classes for the alignment of structures.
Classes related to the implementation of the CE alignment algorithm, here called jCE.
Classes related to the implementation of the FATCAT alignment algorithm, here called jFATCAT.
-
Uses of StructureAlignment in org.biojava.nbio.structure.align
Modifier and TypeClassDescriptionclass
class
Wrapper for the BioJava Structure Alignment ImplementationModifier and TypeMethodDescriptionstatic StructureAlignment
StructureAlignmentFactory.getAlgorithm
(String name) static StructureAlignment[]
StructureAlignmentFactory.getAllAlgorithms()
Modifier and TypeMethodDescriptionstatic void
StructureAlignmentFactory.addAlgorithm
(StructureAlignment alg) Adds a new StructureAlignment algorithm to the list. -
Uses of StructureAlignment in org.biojava.nbio.structure.align.ce
Modifier and TypeClassDescriptionclass
A wrapper forCeMain
which sets default parameters to be appropriate for finding circular permutations.class
The main class of the Java implementation of the Combinatorial Extension Algorithm (CE), as has been originally developed by I.class
class
A wrapper forCeMain
which sets default parameters to be appropriate for finding circular permutations.Modifier and TypeMethodDescriptionabstract StructureAlignment
AbstractUserArgumentProcessor.getAlgorithm()
CeCPUserArgumentProcessor.getAlgorithm()
CeSideChainUserArgumentProcessor.getAlgorithm()
CeUserArgumentProcessor.getAlgorithm()
-
Uses of StructureAlignment in org.biojava.nbio.structure.align.fatcat
-
Uses of StructureAlignment in org.biojava.nbio.structure.align.gui
Modifier and TypeMethodDescriptionMultipleAlignmentGUI.getPairwiseStructureAligner()
AlignmentGui.getStructureAlignment()
-
Uses of StructureAlignment in org.biojava.nbio.structure.align.multiple.mc
ModifierConstructorDescriptionMultipleMcMain
(StructureAlignment pairwiseAlgo) Default constructor. -
Uses of StructureAlignment in org.biojava.nbio.structure.align.seq
Modifier and TypeClassDescriptionclass
Provides a 3D superimposition of two structures based on their sequence alignment.