| 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 Thu Aug 18 18:19:27 2011 | http://epydoc.sourceforge.net |