Home | Trees | Indices | Help |
|
---|
|
|
|||
| __init__(self, model, modName) | ||
|
addProperty(self,
values,
key='temperature_factor') Add extra value to each atom in Structure. |
||
|
addResProperty(self,
values,
key='temperature_factor') Does the same thing as addProperty but on the residue level, i.e adds extra value to each residue in Structure. |
||
str
|
writeIfNeeded(self) Create pdb on disc if it's not already there or if it has to be changed. |
|
|
Add extra value to each atom in Structure. The values will be written to either the B- (temperature_factor) or Q-factor 'occupancy' column in the temporary pdb-file. These values can then be used to display properties in PyMol via commands like 'color_b' and 'color_q'. See also addResProperty.
|
Does the same thing as addProperty but on the residue level, i.e adds extra value to each residue in Structure. (The same value is added to all atoms of a residue.) These values can then be used to display properties in PyMol via commands like 'color_b' and 'color_q'.
|
Create pdb on disc if it's not already there or if it has to be changed.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:46 2006 | http://epydoc.sourceforge.net |