Package demo

Class DemoShowLargeAssembly


  • public class DemoShowLargeAssembly
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static Structure readStructure​(java.lang.String pdbId, int bioAssemblyId)
      Load a specific biological assembly for a PDB entry
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DemoShowLargeAssembly

        public DemoShowLargeAssembly()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • readStructure

        public static Structure readStructure​(java.lang.String pdbId,
                                              int bioAssemblyId)
        Load a specific biological assembly for a PDB entry
        Parameters:
        pdbId - .. the PDB ID
        bioAssemblyId - .. the first assembly has the bioAssemblyId 1
        Returns:
        a Structure object or null if something went wrong.