Uses of Class
org.biojava.nbio.structure.quaternary.BioAssemblyInfo
Packages that use BioAssemblyInfo
Package
Description
Interfaces and classes for protein structure (PDB).
Input and Output of Structures
-
Uses of BioAssemblyInfo in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return types with arguments of type BioAssemblyInfoModifier and TypeMethodDescriptionPDBHeader.getBioAssemblies()Return the map of biological assemblies.Method parameters in org.biojava.nbio.structure with type arguments of type BioAssemblyInfoModifier and TypeMethodDescriptionvoidPDBHeader.setBioAssemblies(Map<Integer, BioAssemblyInfo> bioAssemblies) -
Uses of BioAssemblyInfo in org.biojava.nbio.structure.io
Methods in org.biojava.nbio.structure.io that return types with arguments of type BioAssemblyInfoModifier and TypeMethodDescriptionPDBBioAssemblyParser.getTransformationMap()Returns a map of bioassembly transformations -
Uses of BioAssemblyInfo in org.biojava.nbio.structure.io.mmtf
Methods in org.biojava.nbio.structure.io.mmtf with parameters of type BioAssemblyInfoModifier 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.