|
Diffusion anisotropy data (relaxation data) can provide useful information on the orientation of the
molecules to be docked (comparable to RDCs). They can be introduced in HADDOCK as direct restraints
(DANI statement in CNS).
For this, the tensor components need first to be determined. In the case of complexes, this
can be easily done by using the known structures of the single domains. The software
Tensor2
(Dosset, Marion and Blackledge (2000). J. Biomol. NMR 16, 23-28) can
be used for this purpose.
You need for this to generate a
Tensor2 input file containing your relaxation data.
A csh script called ana_pdb_tensor2.csh is provided in the
haddock/DANItools directory that will calculate from the experimental
relaxation data the tensor parameters for all PDB files present in the
current directory by best-fitting the data to the
corresponding 3D structures.
Usage:
$HADDOCK/DANItools/ana_pdb_tensor2.csh tensor2.inp
Note that you have to define the fitting options in the tensor2 GUI manually. Tensor2 writes its output
for each structure to a file called resaniso.0; each of these are moved to a subdirectory with directory name
equal to the corresponding pdb file.
The script extracts the tensor parameters Dx, Dy and Dz and the chi2-value of the fit; these can be combined with the
following command:
|