Uses of Class
org.biojava.nbio.structure.symmetry.internal.CeSymmResult
- 
Packages that use CeSymmResult Package Description org.biojava.nbio.structure.symmetry.gui org.biojava.nbio.structure.symmetry.internal org.biojava.nbio.structure.symmetry.utils  - 
- 
Uses of CeSymmResult in org.biojava.nbio.structure.symmetry.gui
Methods in org.biojava.nbio.structure.symmetry.gui with parameters of type CeSymmResult Modifier and Type Method Description static AbstractAlignmentJmolSymmetryDisplay. display(CeSymmResult symmResult)Displays a single structure in a cartoon representation with each symmetric repeat colored differently.static MultipleAlignmentJmolSymmetryDisplay. displayFull(CeSymmResult symm)Displays a multiple alignment of the whole structure transformations colored by blocks, corresponding to the symmetric protodomains.static MultipleAlignmentJmolSymmetryDisplay. displayRepeats(CeSymmResult symm)Displays a multiple alignment of the symmetry repeatsstatic StringSymmetryDisplay. getSymmTitle(CeSymmResult result)Create a symmetry title for a display frame (Jmol, alignment, etc).static StringSymmetryDisplay. printSymmetryAxes(CeSymmResult symm)Generates a String that displays the symmetry axes of a structure.static StringSymmetryDisplay. printSymmetryAxes(CeSymmResult symm, boolean allAxes)Generates a String that displays the symmetry axes of a structure.static StringSymmetryDisplay. printSymmetryGroup(CeSymmResult symm)Given a symmetry alignment, it draws the symmetry group axes and the polyhedron box around the structure.Constructors in org.biojava.nbio.structure.symmetry.gui with parameters of type CeSymmResult Constructor Description SymmetryListener(MultipleAlignmentJmol jmol, CeSymmResult symm) - 
Uses of CeSymmResult in org.biojava.nbio.structure.symmetry.internal
Methods in org.biojava.nbio.structure.symmetry.internal that return CeSymmResult Modifier and Type Method Description protected static CeSymmResultCeSymm. align(Atom[] atoms, CESymmParameters params)static CeSymmResultCeSymm. analyze(Atom[] atoms)Analyze 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.CeSymmResultCeSymmIterative. execute(Atom[] atoms)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 CeSymmResult Constructor Description SymmOptimizer(CeSymmResult symmResult)Constructor with a seed MultipleAligment 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 CeSymmResult Modifier and Type Method Description static List<Structure>SymmetryTools. 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. 
 -