Package demo
Class DemoShowLargeAssembly
- java.lang.Object
 - 
- demo.DemoShowLargeAssembly
 
 
- 
public class DemoShowLargeAssembly extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description DemoShowLargeAssembly() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static StructurereadStructure(String pdbId, int bioAssemblyId)Load a specific biological assembly for a PDB entry 
 - 
 
- 
- 
Constructor Detail
- 
DemoShowLargeAssembly
public DemoShowLargeAssembly()
 
 - 
 
- 
Method Detail
- 
readStructure
public static Structure readStructure(String pdbId, int bioAssemblyId)
Load a specific biological assembly for a PDB entry- Parameters:
 pdbId- .. the PDB IDbioAssemblyId- .. the first assembly has the bioAssemblyId 1- Returns:
 - a Structure object or null if something went wrong.
 
 
 - 
 
 -