structure
Class LoadStructure
java.lang.Object
structure.LoadStructure
public class LoadStructure
- extends Object
a simple demo to demonstrating how to load a PDB file
- Author:
- Andreas Prlic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadStructure
public LoadStructure()
main
public static void main(String[] args)
loadStructureById
public org.biojava.bio.structure.Structure loadStructureById()
- access a structure from a directory by using a PDB code.
The PDBFileReader class takes care of compressed PDB files
- Parameters:
pdbCode
-
- Returns:
loadStructure
public org.biojava.bio.structure.Structure loadStructure(String pathToPDBFile)
readStructureFromStream
public org.biojava.bio.structure.Structure readStructureFromStream()