Trees | Indices | Help |
---|
|
object --+ | PDBIO
Write a Structure object (or a subset of a Structure object) as a PDB file.
Example:
>>> p=PDBParser() >>> s=p.get_structure("1fat", "1fat.pdb") >>> io=PDBIO() >>> io.set_structure(s) >>> io.save("out.pdb")
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Aug 20 10:37:32 2011 | http://epydoc.sourceforge.net |