Home | Trees | Indices | Help |
|
---|
|
|
|||
| __init__(self, fpdb, log=None) | ||
| logWrite(self, msg, force=1) | ||
|
remove_multi_occupancies(self) Keep only atoms with alternate A field (well, or no alternate). |
||
|
replace_non_standard_AA(self,
amber=0,
keep=[]) Replace amino acids with none standard names with standard amino acids according to MU.nonStandardAA
|
||
str
|
__standard_res(self,
resname) Check if resname is a standard residue (according to MU.atomDic ) if not return the closest standard
residue (according to MU.nonStandardAA ).
|
||
int
|
remove_non_standard_atoms(self) First missing standard atom triggers removal of standard atoms that follow in the standard order. |
||
PDBModel
|
process(self,
keep_hetatoms=0,
amber=0,
keep_xaa=[]) Remove Hetatoms, waters. |
|
|
|
Keep only atoms with alternate A field (well, or no alternate). |
Replace amino acids with none standard names with standard amino acids according to MU.nonStandardAA
|
Check if resname is a standard residue (according to MU.atomDic ) if not return the closest standard
residue (according to MU.nonStandardAA ).
|
First missing standard atom triggers removal of standard atoms that follow in the standard order. All non-standard atoms are removed too. Data about standard atoms are taken from MU.atomDic and symomym atom name is defined in MU.atomSynonyms .
|
Remove Hetatoms, waters. Replace non-standard names. Remove non-standard atoms.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:44 2006 | http://epydoc.sourceforge.net |