Package | Description |
---|---|
org.biojava.nbio.structure |
Interfaces and classes for protein structure (PDB).
|
org.biojava.nbio.structure.io |
Input and Output of Structures
|
org.biojava.nbio.structure.io.mmtf |
Modifier and Type | Method and Description |
---|---|
Map<Integer,BioAssemblyInfo> |
PDBHeader.getBioAssemblies()
Return the map of biological assemblies.
|
Modifier and Type | Method and Description |
---|---|
void |
PDBHeader.setBioAssemblies(Map<Integer,BioAssemblyInfo> bioAssemblies) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,BioAssemblyInfo> |
PDBBioAssemblyParser.getTransformationMap()
Returns a map of bioassembly transformations
|
Modifier and Type | Method and 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.
|
Copyright © 2000–2019 BioJava. All rights reserved.