Uses of Interface
org.biojava.nbio.structure.align.StructureAlignment
-
Packages that use StructureAlignment Package Description org.biojava.nbio.structure.align Classes for the alignment of structures.org.biojava.nbio.structure.align.ce Classes related to the implementation of the CE alignment algorithm, here called jCE.org.biojava.nbio.structure.align.fatcat Classes related to the implementation of the FATCAT alignment algorithm, here called jFATCAT.org.biojava.nbio.structure.align.gui org.biojava.nbio.structure.align.multiple.mc org.biojava.nbio.structure.align.seq -
-
Uses of StructureAlignment in org.biojava.nbio.structure.align
Classes in org.biojava.nbio.structure.align that implement StructureAlignment Modifier and Type Class Description classAbstractStructureAlignmentclassBioJavaStructureAlignmentWrapper for the BioJava Structure Alignment ImplementationMethods in org.biojava.nbio.structure.align that return StructureAlignment Modifier and Type Method Description StructureAlignmentMultiThreadedDBSearch. getAlgorithm()static StructureAlignmentStructureAlignmentFactory. getAlgorithm(String name)static StructureAlignment[]StructureAlignmentFactory. getAllAlgorithms()Methods in org.biojava.nbio.structure.align with parameters of type StructureAlignment Modifier and Type Method Description static voidStructureAlignmentFactory. addAlgorithm(StructureAlignment alg)Adds a new StructureAlignment algorithm to the list.voidMultiThreadedDBSearch. setAlgorithm(StructureAlignment algo)Constructors in org.biojava.nbio.structure.align with parameters of type StructureAlignment Constructor Description MultiThreadedDBSearch(String name, Structure structure, String outFile, StructureAlignment algorithm, int nrCPUs, boolean domainSplit) -
Uses of StructureAlignment in org.biojava.nbio.structure.align.ce
Classes in org.biojava.nbio.structure.align.ce that implement StructureAlignment Modifier and Type Class Description classCeCPMainA wrapper forCeMainwhich sets default parameters to be appropriate for finding circular permutations.classCeMainThe main class of the Java implementation of the Combinatorial Extension Algorithm (CE), as has been originally developed by I.classCeSideChainMainclassOptimalCECPMainA wrapper forCeMainwhich sets default parameters to be appropriate for finding circular permutations.Methods in org.biojava.nbio.structure.align.ce that return StructureAlignment Modifier and Type Method Description abstract StructureAlignmentAbstractUserArgumentProcessor. getAlgorithm()StructureAlignmentCeCPUserArgumentProcessor. getAlgorithm()StructureAlignmentCeSideChainUserArgumentProcessor. getAlgorithm()StructureAlignmentCeUserArgumentProcessor. getAlgorithm() -
Uses of StructureAlignment in org.biojava.nbio.structure.align.fatcat
Classes in org.biojava.nbio.structure.align.fatcat that implement StructureAlignment Modifier and Type Class Description classFatCatFlexibleclassFatCatRigidMethods in org.biojava.nbio.structure.align.fatcat that return StructureAlignment Modifier and Type Method Description StructureAlignmentFatCatUserArgumentProcessor. getAlgorithm() -
Uses of StructureAlignment in org.biojava.nbio.structure.align.gui
Methods in org.biojava.nbio.structure.align.gui that return StructureAlignment Modifier and Type Method Description StructureAlignmentAlignmentCalcDB. getAlgorithm()StructureAlignmentMultipleAlignmentGUI. getPairwiseStructureAligner()StructureAlignmentAlignmentGui. getStructureAlignment()StructureAlignmentDBSearchGUI. getStructureAlignment()Methods in org.biojava.nbio.structure.align.gui with parameters of type StructureAlignment Modifier and Type Method Description voidAlignmentCalcDB. setAlgorithm(StructureAlignment algo) -
Uses of StructureAlignment in org.biojava.nbio.structure.align.multiple.mc
Constructors in org.biojava.nbio.structure.align.multiple.mc with parameters of type StructureAlignment Constructor Description MultipleMcMain(StructureAlignment pairwiseAlgo)Default constructor. -
Uses of StructureAlignment in org.biojava.nbio.structure.align.seq
Classes in org.biojava.nbio.structure.align.seq that implement StructureAlignment Modifier and Type Class Description classSmithWaterman3DalignerProvides a 3D superimposition of two structures based on their sequence alignment.Methods in org.biojava.nbio.structure.align.seq that return StructureAlignment Modifier and Type Method Description StructureAlignmentSmithWatermanUserArgumentProcessor. getAlgorithm()
-