Uses of Class
org.biojava.nbio.structure.quaternary.BiologicalAssemblyTransformation
-
Uses of BiologicalAssemblyTransformation in org.biojava.nbio.structure.quaternary
Modifier and TypeMethodDescriptionBiologicalAssemblyTransformation.combine
(BiologicalAssemblyTransformation matrix1, BiologicalAssemblyTransformation matrix2) Returns the combination (product) of two biological assembly transformations.Modifier and TypeMethodDescriptionstatic List
<BiologicalAssemblyTransformation> BiologicalAssemblyTransformation.fromMultiXML
(String xml) BiologicalAssemblyBuilder.getBioUnitTransformationList
(org.rcsb.cif.schema.mm.PdbxStructAssembly pdbxStructAssembly, int assemblyIndex, org.rcsb.cif.schema.mm.PdbxStructAssemblyGen pdbxStructAssemblyGen, org.rcsb.cif.schema.mm.PdbxStructOperList pdbxStructOperList) Returns a list of transformation matrices for the generation of a macromolecular assembly for the specified assembly Id.BioAssemblyInfo.getTransforms()
Return the list ofBiologicalAssemblyTransformation
s needed to generate the biological assembly.Modifier and TypeMethodDescriptionBiologicalAssemblyTransformation.combine
(BiologicalAssemblyTransformation matrix1, BiologicalAssemblyTransformation matrix2) Returns the combination (product) of two biological assembly transformations.int
BiologicalAssemblyTransformation.compareTo
(BiologicalAssemblyTransformation other) Modifier and TypeMethodDescriptionstatic 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.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) ModifierConstructorDescriptionCopy Constructor