Uses of Class
org.biojava.nbio.structure.quaternary.BioAssemblyInfo
-
Packages that use BioAssemblyInfo Package Description org.biojava.nbio.structure org.biojava.nbio.structure.io Input and Output of Structuresorg.biojava.nbio.structure.io.mmtf -
-
Uses of BioAssemblyInfo in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return types with arguments of type BioAssemblyInfo Modifier and Type Method Description Map<Integer,BioAssemblyInfo>PDBHeader. getBioAssemblies()Return the map of biological assemblies.Method parameters in org.biojava.nbio.structure with type arguments of type BioAssemblyInfo Modifier and Type Method Description voidPDBHeader. 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 BioAssemblyInfo Modifier and Type Method Description Map<Integer,BioAssemblyInfo>PDBBioAssemblyParser. 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 BioAssemblyInfo Modifier and Type Method Description static Map<double[],int[]>MmtfUtils. getTransformMap(BioAssemblyInfo bioassemblyInfo, Map<String,Integer> chainIdToIndexMap)Convert a bioassembly information into a map of transform, chainindices it relates to.
-