Package | Description |
---|---|
org.biojava.nbio.structure.symmetry.core | |
org.biojava.nbio.structure.symmetry.utils |
Modifier and Type | Method and Description |
---|---|
static QuatSymmetryResults |
QuatSymmetryDetector.calcQuatSymmetry(Subunits subunits,
QuatSymmetryParameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<QuatSymmetryResults> |
QuatSymmetryDetector.getGlobalSymmetry()
Returns list of global quaternary structure symmetry results
|
List<List<QuatSymmetryResults>> |
QuatSymmetryDetector.getLocalSymmetries()
Returns a list of lists of local quaternary structure symmetry results
|
Modifier and Type | Method and Description |
---|---|
static AxisAligner |
AxisAligner.getInstance(QuatSymmetryResults results)
Returns an instance of AxisAligner for differnt type of QuatSymmetryResults (factory method)
|
Constructor and Description |
---|
HelixAxisAligner(QuatSymmetryResults results) |
RotationAxisAligner(QuatSymmetryResults results) |
Modifier and Type | Method and Description |
---|---|
static QuatSymmetryResults |
SymmetryTools.getQuaternarySymmetry(CeSymmResult result)
Given a symmetry result, it calculates the overall global symmetry,
factoring out the alignment and detection steps of
QuatSymmetryDetector algorithm. |
Copyright © 2000–2016 BioJava. All rights reserved.