Uses of Class
org.biojava.nbio.structure.quaternary.BioAssemblyInfo
Package
Description
Interfaces and classes for protein structure (PDB).
Input and Output of Structures
-
Uses of BioAssemblyInfo in org.biojava.nbio.structure
Modifier and TypeMethodDescriptionPDBHeader.getBioAssemblies()
Return the map of biological assemblies.Modifier and TypeMethodDescriptionvoid
PDBHeader.setBioAssemblies
(Map<Integer, BioAssemblyInfo> bioAssemblies) -
Uses of BioAssemblyInfo in org.biojava.nbio.structure.io
Modifier and TypeMethodDescriptionPDBBioAssemblyParser.getTransformationMap()
Returns a map of bioassembly transformations -
Uses of BioAssemblyInfo in org.biojava.nbio.structure.io.mmtf
Modifier and TypeMethodDescriptionstatic Map
<double[], int[]> MmtfUtils.getTransformMap
(BioAssemblyInfo bioassemblyInfo, Map<String, Integer> chainIdToIndexMap) Convert a bioassembly information into a map of transform, chainindices it relates to.