__init__(self,
model,
radius,
offset,
hse_up_key,
hse_down_key,
angle_key=None)
(Constructor)
| source code
|
- Parameters:
model (Model) - model
radius (float) - HSE radius
offset (int) - number of flanking residues that are ignored in the calculation
of the number of neighbors
hse_up_key (string) - key used to store HSEup in the entity.xtra attribute
hse_down_key (string) - key used to store HSEdown in the entity.xtra attribute
angle_key (string) - key used to store the angle between CA-CB and CA-pCB in the
entity.xtra attribute
- Overrides:
AbstractPropertyMap.AbstractPropertyMap.__init__
|