Module Spyder :: Class HistidineState
[hide private]
[frames] | no frames]

Class HistidineState

source code

object --+
         |
        HistidineState

Spyder-generated class

module haddock

file /home/sjoerd/data/Spyder-devel/haddock/parameter.spy

Description

Describes the protonation state of histidine residue

HISD: proton on the delta nitrogen (neutral charge)

HISE: proton on the epsilon nitrogen (neutral charge)

HIS+: proton on both nitrogens (positive charge)

Wiki

http://www.spyderware.nl/wiki/classes/HistidineState

Validate block

>>>            
if state != None: assert state in ("HISD", "HISE", "HIS+")               
>>>

Form block

>>>            
OPTION state "HISD", "HISE", "HIS+"
TYPE resid required
resid Residue number
state Protonation state               
>>>
Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
*Integer resid
String state
Properties [hide private]

Inherited from object: __class__