Uses of Interface
org.biojava.nbio.structure.align.StructureAlignment
Packages that use 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
Classes in org.biojava.nbio.structure.align that implement StructureAlignmentModifier and TypeClassDescriptionclass
class
Wrapper for the BioJava Structure Alignment ImplementationMethods in org.biojava.nbio.structure.align that return StructureAlignmentModifier and TypeMethodDescriptionstatic StructureAlignment
StructureAlignmentFactory.getAlgorithm
(String name) static StructureAlignment[]
StructureAlignmentFactory.getAllAlgorithms()
Methods in org.biojava.nbio.structure.align with parameters of type StructureAlignmentModifier 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
Classes in org.biojava.nbio.structure.align.ce that implement StructureAlignmentModifier 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.Methods in org.biojava.nbio.structure.align.ce that return StructureAlignmentModifier and TypeMethodDescriptionabstract StructureAlignment
AbstractUserArgumentProcessor.getAlgorithm()
CeCPUserArgumentProcessor.getAlgorithm()
CeSideChainUserArgumentProcessor.getAlgorithm()
CeUserArgumentProcessor.getAlgorithm()
-
Uses of StructureAlignment in org.biojava.nbio.structure.align.fatcat
Classes in org.biojava.nbio.structure.align.fatcat that implement StructureAlignmentMethods in org.biojava.nbio.structure.align.fatcat that return StructureAlignment -
Uses of StructureAlignment in org.biojava.nbio.structure.align.gui
Methods in org.biojava.nbio.structure.align.gui that return StructureAlignmentModifier and TypeMethodDescriptionMultipleAlignmentGUI.getPairwiseStructureAligner()
AlignmentGui.getStructureAlignment()
-
Uses of StructureAlignment in org.biojava.nbio.structure.align.multiple.mc
Constructors in org.biojava.nbio.structure.align.multiple.mc with parameters of type StructureAlignmentModifierConstructorDescriptionMultipleMcMain
(StructureAlignment pairwiseAlgo) Default constructor. -
Uses of StructureAlignment in org.biojava.nbio.structure.align.seq
Classes in org.biojava.nbio.structure.align.seq that implement StructureAlignmentModifier and TypeClassDescriptionclass
Provides a 3D superimposition of two structures based on their sequence alignment.Methods in org.biojava.nbio.structure.align.seq that return StructureAlignment