Package demo
Class DemoShowLargeAssembly
java.lang.Object
demo.DemoShowLargeAssembly
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static Structure
readStructure
(String pdbId, int bioAssemblyId) Load a specific biological assembly for a PDB entry
-
Constructor Details
-
DemoShowLargeAssembly
public DemoShowLargeAssembly()
-
-
Method Details
-
main
-
readStructure
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.
-