Uses of Class
org.biojava.nbio.structure.symmetry.internal.CeSymmResult
Packages that use CeSymmResult
Package
Description
-
Uses of CeSymmResult in org.biojava.nbio.structure.symmetry.internal
Methods in org.biojava.nbio.structure.symmetry.internal that return CeSymmResultModifier and TypeMethodDescriptionprotected static CeSymmResultCeSymm.align(Atom[] atoms, CESymmParameters params) static CeSymmResultAnalyze the symmetries of the input Atom array using the DEFAULT parameters.static CeSymmResultCeSymm.analyze(Atom[] atoms, CESymmParameters params) Analyze the symmetries of the input Atom array using the provided parameters.static CeSymmResultCeSymm.analyzeLevel(Atom[] atoms, CESymmParameters params) Analyze a single level of symmetry.This method uses iteratively CeSymm to calculate all symmetries in the input array of atoms and organize them in a multiple alignment of the repeats.Constructors in org.biojava.nbio.structure.symmetry.internal with parameters of type CeSymmResultModifierConstructorDescriptionSymmOptimizer(CeSymmResult symmResult) Constructor with a seed MultipleAlignment storing a refined symmetry alignment of the repeats. -
Uses of CeSymmResult in org.biojava.nbio.structure.symmetry.utils
Methods in org.biojava.nbio.structure.symmetry.utils with parameters of type CeSymmResultModifier and TypeMethodDescriptionSymmetryTools.divideStructure(CeSymmResult symmetry) Method that converts the symmetric units of a structure into different structures, so that they can be individually visualized.static QuatSymmetryResultsSymmetryTools.getQuaternarySymmetry(CeSymmResult result) Given a symmetry result, it calculates the overall global symmetry, factoring out the alignment and detection steps ofQuatSymmetryDetectoralgorithm.static MultipleAlignmentSymmetryTools.toFullAlignment(CeSymmResult symm) Method that converts a repeats symmetric alignment into an alignment of whole structures.static MultipleAlignmentSymmetryTools.toRepeatsAlignment(CeSymmResult result) Method that converts a symmetry alignment into an alignment of the repeats only, as new independent structures.