Uses of Class
org.biojava.nbio.structure.quaternary.BiologicalAssemblyTransformation
Packages that use BiologicalAssemblyTransformation
-
Uses of BiologicalAssemblyTransformation in org.biojava.nbio.structure.quaternary
Methods in org.biojava.nbio.structure.quaternary that return BiologicalAssemblyTransformationModifier and TypeMethodDescriptionBiologicalAssemblyTransformation.combine
(BiologicalAssemblyTransformation matrix1, BiologicalAssemblyTransformation matrix2) Returns the combination (product) of two biological assembly transformations.Methods in org.biojava.nbio.structure.quaternary that return types with arguments of type BiologicalAssemblyTransformationModifier 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.Methods in org.biojava.nbio.structure.quaternary with parameters of type BiologicalAssemblyTransformationModifier and TypeMethodDescriptionBiologicalAssemblyTransformation.combine
(BiologicalAssemblyTransformation matrix1, BiologicalAssemblyTransformation matrix2) Returns the combination (product) of two biological assembly transformations.int
BiologicalAssemblyTransformation.compareTo
(BiologicalAssemblyTransformation other) Method parameters in org.biojava.nbio.structure.quaternary with type arguments of type BiologicalAssemblyTransformationModifier 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) Constructors in org.biojava.nbio.structure.quaternary with parameters of type BiologicalAssemblyTransformationModifierConstructorDescriptionCopy Constructor