Package | Description |
---|---|
org.biojava.nbio.structure.cluster | |
org.biojava.nbio.structure.symmetry.core |
Modifier and Type | Method and Description |
---|---|
static Stoichiometry |
SubunitClusterer.cluster(List<Subunit> subunits,
SubunitClustererParameters params) |
static Stoichiometry |
SubunitClusterer.cluster(Structure structure,
SubunitClustererParameters params) |
Modifier and Type | Method and Description |
---|---|
Stoichiometry |
Stoichiometry.combineWith(Stoichiometry other)
Make a combined Stoichiometry object of this> and the other>.
|
Stoichiometry |
Stoichiometry.getComponent(int i)
Make a Stoichiometry object that corresponds to a single component.
|
Stoichiometry |
QuatSymmetryResults.getStoichiometry() |
Modifier and Type | Method and Description |
---|---|
static QuatSymmetryResults |
QuatSymmetryDetector.calcGlobalSymmetry(Stoichiometry composition,
QuatSymmetryParameters symmParams)
Calculate GLOBAL symmetry results.
|
static List<QuatSymmetryResults> |
QuatSymmetryDetector.calcLocalSymmetries(Stoichiometry globalComposition,
QuatSymmetryParameters symmParams)
Returns a List of LOCAL symmetry results.
|
Stoichiometry |
Stoichiometry.combineWith(Stoichiometry other)
Make a combined Stoichiometry object of this> and the other>.
|
Constructor and Description |
---|
QuatSymmetryResults(Stoichiometry stoichiometry,
HelixLayers helixLayers,
SymmetryPerceptionMethod method)
Constructor for roto-translational symmetries.
|
QuatSymmetryResults(Stoichiometry stoichiometry,
RotationGroup rotationGroup,
SymmetryPerceptionMethod method)
Constructor for rotational symmetries.
|
Copyright © 2000–2019 BioJava. All rights reserved.