Subsections


bmrb.thiol_state

Image bmrb

Synopsis

Select the thiol state of the system.

Defaults

bmrb.thiol_state(state=None)

Keyword arguments

state: The thiol state.

Description

The thiol state can be any text, thought the BMRB suggests the following:

 `all disulfide bound',
 `all free',
 `all other bound',
 `disulfide and other bound',
 `free and disulfide bound',
 `free and other bound',
 `free disulfide and other bound',
 `not available',
 `not present',
 `not reported',
 `unknown'.

Alternatively the pure states `reduced' or `oxidised' could be specified.

Prompt examples

For BMRB deposition, to say that the protein studied is in the oxidised state, tyype one of:

[numbers=none]
relax> bmrb.thiol_state('oxidised')

[numbers=none]
relax> bmrb.thiol_state(state='oxidised')


The relax user manual (PDF), created 2020-08-26.