FastModelFree: Difference between revisions

From Powers Wiki
No edit summary
No edit summary
Line 50: Line 50:
****Type :$
****Type :$
**** This will take you to the bottom of the file. Start scrolling up until you see the final parameters. Here is an example you will be seeing.
**** This will take you to the bottom of the file. Start scrolling up until you see the final parameters. Here is an example you will be seeing.
[[Image:Ubiqoutput.jpg|500pz]]
[[Image:Ubiqoutput.jpg|500px]]

Revision as of 07:00, 15 October 2012

Optimizing PDB Coordinates before using Fast Model Free

PDB Inertia

This program calculates the principal moments of inertia for the atoms in a standard pdb file.. By default the program writes the moments of inertia to standard output. Optionally, the program can output a new pdb file in which the molecule is translated so that its center of mass is located at the origin and rotated so that the moments of inertia are aligned with the Cartesian axes. At present, the program only reads lines starting with the 'ATOM' keyword and only recognizes the atoms H, C, N, O, P, S.

  • Type the following command in the directory containing your pdb file
    • pdbinertial -r infile.pdb outfile.pdb
  • This will output a translated and rotated pdb file.

R2R1 Diffusion

The program (r2r1_diffusion) uses the apprach of Tjandra, et al. [J. Am. Chem. Soc. 117:12562-12566 (1995)] to determine the diffusion tensors for spherical, and axially-symmetric motional models from experimental nitrogen-15 spin relaxation data.

Creating R2R1 file

  • You will need to calculate the R2/R1 ratios and R2/R1 uncertainity ratios. This can be done with any program such as excel, kaleidograph, origin, etc. You simply divide the R2 values by the R1 values for each residue. The same goes for the uncertainty values. If there is an error such as dividing by 0, remove the errors and leave blank. Save the file as a tab deliminated text file.

Example File
R2-R1example.jpg



Setting up input file

  • Copy the ubq.in file into the directory containing your translated/rotated pdb file
    • The ubq.in file is located in /PROGRAMS/FMF_edited_21_02_06/r2r1_diffusion/linux

ubq.in File
Ubqinputexample.jpg

  • Editing the Ubq.in
    • Second Line
      • The 300 represents the number of spin systems in the R2/R1 data. You will need to change this to the correct number
      • The 500.13 represents the frequency of NMR you used. For example, if you use the 600 Mhz NMR, change to 600.13.
      • The 100 represents the # of simulations. 100 simulations in the minimum needed.
    • Third Line
      • The 4.0453e+7 is your initial estimate for D-isotropic tensor. This does not need to be changed unless you have an estimate
      • The 0.800 is the estimated Dpar/Dper tensor. If you do not know an estimate, set this to 1.00
      • The 0.872 and 0.628 are your Theta and Phi values. If you do not know an estimate, set these values to 0.000.
    • Fourth Line
      • The 0.8 and 1.2 represents the predicted the High and low ratio set limits on Dpar/Dper. These values do not need to be changed.
      • The 10 represents the number of steps of grid searching to be performed. This does not need to be changed. Increasing the number of steps may help accuracy, however may the calculation time
    • Fifth Line is your R2R1.txt file
    • Sixth Line is your input pdb file generated from pdbinertia
    • Seventh Line is your output pdb file
  • Running the program
    • type the following command
      • r2r1_diffusion ubq.in > ubq.out
      • When the program is finished, you will need to check the Dpar/Dper value
        • Type vi ubq.out
        • Type :$
        • This will take you to the bottom of the file. Start scrolling up until you see the final parameters. Here is an example you will be seeing.

Ubiqoutput.jpg