Package | Description |
---|---|
org.biojava.nbio.structure.quaternary |
Modifier and Type | Method and Description |
---|---|
static BiologicalAssemblyTransformation |
BiologicalAssemblyTransformation.combine(BiologicalAssemblyTransformation matrix1,
BiologicalAssemblyTransformation matrix2)
Returns the combination (product) of two biological assembly transformations.
|
static BiologicalAssemblyTransformation |
BiologicalAssemblyTransformation.fromXML(String xml) |
Modifier and Type | Method and Description |
---|---|
static List<BiologicalAssemblyTransformation> |
BiologicalAssemblyTransformation.fromMultiXML(String xml) |
ArrayList<BiologicalAssemblyTransformation> |
BiologicalAssemblyBuilder.getBioUnitTransformationList(PdbxStructAssembly psa,
List<PdbxStructAssemblyGen> psags,
List<PdbxStructOperList> operators)
Returns a list of transformation matrices for the generation of a macromolecular
assembly for the specified assembly Id.
|
List<BiologicalAssemblyTransformation> |
BioAssemblyInfo.getTransforms()
Return the list of
BiologicalAssemblyTransformation s needed to generate
the biological assembly. |
Modifier and Type | Method and Description |
---|---|
static BiologicalAssemblyTransformation |
BiologicalAssemblyTransformation.combine(BiologicalAssemblyTransformation matrix1,
BiologicalAssemblyTransformation matrix2)
Returns the combination (product) of two biological assembly transformations.
|
int |
BiologicalAssemblyTransformation.compareTo(BiologicalAssemblyTransformation other) |
Modifier and Type | Method and Description |
---|---|
static double[][] |
BioAssemblyTools.getBiologicalMoleculeBounds(Structure asymStructure,
List<BiologicalAssemblyTransformation> transformations) |
static double[] |
BioAssemblyTools.getBiologicalMoleculeCentroid(Structure asymUnit,
List<BiologicalAssemblyTransformation> transformations)
Returns the centroid of the biological molecule.
|
static double |
BioAssemblyTools.getBiologicalMoleculeMaximumExtend(Structure structure,
List<BiologicalAssemblyTransformation> transformations)
Returns the maximum extend of the biological molecule in the x, y, or z direction.
|
Structure |
BiologicalAssemblyBuilder.rebuildQuaternaryStructure(Structure asymUnit,
List<BiologicalAssemblyTransformation> transformations,
boolean useAsymIds,
boolean multiModel)
Builds a Structure object containing the quaternary structure built from given asymUnit and transformations,
by adding symmetry partners as new models.
|
void |
BioAssemblyInfo.setTransforms(List<BiologicalAssemblyTransformation> transforms) |
Constructor and Description |
---|
BiologicalAssemblyTransformation(BiologicalAssemblyTransformation src)
Copy Constructor
|
Copyright © 2000–2019 BioJava. All rights reserved.