Welcome to the relax Wiki.
| The community-run support site for relax, a program for the study of molecular dynamics using experimental NMR data.
|
User contributions - How to edit pages at the wiki
Please read the guidelines here.
What's new?
|
|
Did you know...
Online analysis tool
Homepage
Fitting functions
Use relax GUI to create input file
Use relax script to create input file
<source lang="python">
- Create the 'rx' data pipe.
pipe.create(pipe_name='origin rx', pipe_type='relax_disp', bundle='rx')
- The type of experiment
relax_disp.exp_type(exp_type='cpmg fixed')
- Read the sequence from file
sequence.read(file='table_ser_files_model.txt',
dir=None, spin_id_col=None, mol_name_col=1, res_num_col=2, res_name_col=3, spin_num_col=4, spin_name_col=5, sep=None, spin_id=None)
- Read the intensities from columns
spectrum.read_intensities(file='table_ser_files_model.txt',
dir=None, spectrum_id='0_2', heteronuc='N', proton='HN', int_method='point sum', int_col=(6), spin_id_col=None, ..→
|
|
|
Random screenshots
The analysis selection wizard
Steady-state NOE analysis
|
|