Documentation
The internal help system
To learn how to use the program relax, there are three major approaches which can be taken. The first is the internal help system within relax. From the command line type 'relax' to start the program, you will then be presented with the prompt:
relax>
The help system consists of using tab completion to return a listing of all available functions together with the help function which presents a description of these functions. For instance, to receive help for the function 'minimise', type:
relax> help(minimise)
The information returned should be sufficient for understanding all options of that function.
Sample scripts
The easiest way of starting to use relax is by copying the sample scripts from the directory 'sample_scripts' found within the base directory of the relax installation, and to modify it to suit the protein being studied. Many scripts can be found which implement various aspects of model-free data analysis.
The manual
Finally, the best source of information is the current version of the the relax manual which comes with relax. These can be download from here
The manual has also been converted into a HTML version which can be browsed on-line. This version is, however, inferior in quality in comparison to the original PDF.
You can also search the HTML versions of the manuals using the Google search tool.
The mailing list archives
Another source of information is the relax mailing list archives. The mailing lists are described on the communication page. These archives can also be searched.
