In relax, optimisation can either be performed manually or one of the auto-analyses can be employed. Note that if you are using the relax GUI, you will be using the dispersion auto-analysis. The auto-analysis is a fully self-contained protocol designed to make the analysis as simple as possible. All details can be seen in the auto_analyses/relax_disp.py file which, in reality, is simply a large relax script.
The relaxation dispersion auto-analysis implements many of the concepts described in detail in the next sections. It can be summarised as:
).
).
for the grid search and Section 17.2.69 on page
for minimisation.
.
The models are optimised in the order presented in that table.
In some cases, the
R2A0 and
R2B0 parameter values are set to the simpler model
R20 value and the grid search is bypassed.
as well as the descriptions for all of the other monte_carlo user functions).
Model elimination is performed again to remove the Monte Carlo simulations which have failed.
), relax_disp.plot_exp_curves (Section 17.2.171 on page
), relax_disp.write_disp_curves (Section 17.2.182 on page
), grace.write (Section 17.2.56 on page
) and value.write (Section 17.2.269 on page
) user functions will be called to generate all the output files you would need.
These generate both Grace 2D plots of the data as well as plain text files.
Additional output files can be created after the analysis by using the user functions manually.
All these steps will be shown in full detail in the relax logs. You should check very carefully for any relax warnings as these can be an indication that something has not been set up correctly.
If you are a power user, you are free to use all of the relax user functions, the relax library, and the relax data store to implement your own protocol. If you wish, the protocol can be converted into a new auto-analysis and distributed as part of relax. The relax test suite will ensure the protocol remains functional for the lifetime of relax.
|
|
|
| Model | Nested models11.1 |
|
|
|
| Base models | |
| R2eff/R1ρ' | - |
| No Rex | - |
| Single quantum (SQ) CPMG-type | |
| LM63 | - |
| LM63 3-site | LM63 |
| CR72 | NS CPMG 2-site expanded, NS CPMG 2-site 3D, NS CPMG 2-site star, B14 |
| CR72 full | NS CPMG 2-site 3D full, NS CPMG 2-site star full, B14 full, NS CPMG 2-site expanded, |
| NS CPMG 2-site 3D, NS CPMG 2-site star, B14, CR72 | |
| IT99 | - |
| TSMFK01 | - |
| B14 | NS CPMG 2-site expanded, NS CPMG 2-site 3D, NS CPMG 2-site star, CR72 |
| B14 full | NS CPMG 2-site 3D full, NS CPMG 2-site star full, CR72 full, NS CPMG 2-site expanded, |
| NS CPMG 2-site 3D, NS CPMG 2-site star, B14, CR72 | |
| NS CPMG 2-site expanded | NS CPMG 2-site 3D, NS CPMG 2-site star, B14, CR72 |
| NS CPMG 2-site 3D | NS CPMG 2-site expanded, NS CPMG 2-site star, B14, CR72 |
| NS CPMG 2-site 3D full | NS CPMG 2-site star full, B14 full, CR72 full, NS CPMG 2-site expanded, NS CPMG 2-site 3D, |
| NS CPMG 2-site star, B14, CR72 | |
| NS CPMG 2-site star | NS CPMG 2-site expanded, NS CPMG 2-site 3D, B14, CR722 |
| NS CPMG 2-site star full | NS CPMG 2-site 3D full, B14 full, CR72 full, NS CPMG 2-site expanded, NS CPMG 2-site 3D, |
| NS CPMG 2-site star, B14, CR72 | |
| MMQ (SQ, ZQ, DQ, & MQ) CPMG-type | |
| MMQ CR72 | NS MMQ 2-site |
| NS MMQ 2-site | MMQ CR72 |
| NS MMQ 3-site linear | NS MMQ 3-site, NS MMQ 2-site, MMQ CR72 |
| NS MMQ 3-site | NS MMQ 3-site linear, NS MMQ 2-site, MMQ CR72 |
| R1ρ-type | |
| M61 | - |
| M61 skew | - |
| DPL94 | - |
| DPL94 R1 fit | - |
| TP02 | MP05, TAP03 |
| TP02 R1 fit | MP05 R1 fit, TAP03 R1 fit |
| TAP03 | MP05, TP02 |
| TAP03 R1 fit | MP05 R1 fit, TP02 R1 fit |
| MP05 | TAP03, TP02 |
| MP05 R1 fit | TAP03 R1 fit, TP02 R1 fit |
| NS R1ρ 2-site | MP05, TAP03, TP02 |
| NS R1ρ 2-site R1 fit | MP05 R1 fit, TAP03 R1 fit, TP02 R1 fit |
| NS R1ρ 3-site linear | NS R1ρ 2-site, MP05, TAP03, TP02 |
| NS R1ρ 3-site | NS R1ρ 3-site linear, NS R1ρ 2-site, MP05, TAP03, TP02 |
|
|
|
The relax user manual (PDF), created 2024-06-08.