{"id":364,"date":"2016-04-21T13:44:53","date_gmt":"2016-04-21T20:44:53","guid":{"rendered":"https:\/\/bionmr.mbi.ucla.edu\/?page_id=364"},"modified":"2016-04-22T17:04:56","modified_gmt":"2016-04-23T00:04:56","slug":"cpmg-relaxation-dispersion-data-analysis","status":"publish","type":"page","link":"https:\/\/bionmr.mbi.ucla.edu\/?page_id=364","title":{"rendered":"CPMG relaxation dispersion data analysis"},"content":{"rendered":"<p>For 15N CPMG relaxation dispersion, data should be collected using the CW CPMG experiment from<br \/>\n<a href=\"http:\/\/pubs.acs.org\/doi\/abs\/10.1021\/jp074793o\" target=\"_blank\">Hansen, Vallurupalli, and Kay,\u00a0<em>J. Phys. Chem. B<\/em>\u00a0<strong>112<\/strong>, 5898-5904 (2008)<\/a><br \/>\nOur version of the pulse program is called <strong><span style=\"color: #800000;\">15N_R2cpmg_HC_&lt;xwin\/TS3&gt;.rp<\/span><\/strong><\/p>\n<p>The CPMG experiments should be processed with nmrPipe. An initial processing script can be generated from within Topspin3 using the au program <strong><span style=\"color: #800000;\">convert2pipe.ecj33<\/span><\/strong>. You can use standard processing initially.<\/p>\n<p>Note: all of the files and scripts discussed below will be placed in and run in the <span style=\"color: #800000;\">Main NMR Directory<span style=\"color: #000000;\">. This is the Topspin directory that contains all the data for the series you&#8217;re analyzing (<em>ie<\/em> the &lt;<em>expt name<\/em>&gt; directory).<\/span><\/span><\/p>\n<p>nmrPipe has tools to analyze 2D relaxation data. You can find a description of it <a href=\"http:\/\/spin.niddk.nih.gov\/NMRPipe\/doc2new\/#How to fit pseudo 3D spectra\" target=\"_blank\">on the nmrPipe website<\/a>. Follow the instructions for using the GM window function during nmrPipe processing. Then use <span style=\"color: #800000;\">proc.com<\/span>, <span style=\"color: #800000;\">fid.com<\/span>, and <span style=\"color: #800000;\">ft2.com<\/span> to process all spectra in the series. <span style=\"color: #800000;\">tauList<\/span>\u00a0 and <span style=\"color: #800000;\">dirList<\/span> inside <span style=\"color: #800000;\">proc.com<\/span> have to be modified to include your specific CPMG &#8220;frequencies&#8221; and the\u00a0directories\u00a0that correspond to those frequencies. Run by typing <span style=\"color: #800000;\">.\/proc.com<\/span>. After that, pick and assign peaks in one of the spectra (using nmrPipe). nmrPipe calls the saved peak list &#8220;test.tab&#8221; by default. Rename this file <span style=\"color: #800000;\">relax.master.tab<\/span>, and place it in the\u00a0<span style=\"color: #800000;\">Main NMR Directory<\/span>. Then run <span style=\"color: #800000;\">fit.com<\/span> (by typing <span style=\"color: #800000;\">.\/fit.com<\/span>). It can take awhile to run. Just be patient and wait until the little blue window disappears and you get the prompt back. It will generate\u00a0two new files called axt.tab and nlin.tab.<\/p>\n<p>I have written Python scripts to take all the data from nlin.tab (or axt.tab), and order it appropriately for further analysis. Place the script <span style=\"color: #800000;\">order_CPMG_intensities_nmrpipe.py<\/span> in the\u00a0Main NMR Directory. Inside the script, modify the &#8220;offsets&#8221; list, which contains the CPMG frequencies &#8211; it should have the same values as <span style=\"color: #800000;\">tauList<\/span> inside <span style=\"color: #800000;\">proc.com<\/span>. Create a directory called output_intensities, then type <span style=\"color: #800000;\">.\/order_CPMG_intensities_nmrpipe.py<\/span>\u00a0to run it. This will create a separate file for each residue (in the directory output_intensities). These files have 3 columns: 1) The CPMG frequency, 2) The intensity, 3) An error estimate. Next place the script <span style=\"color: #800000;\">order_CPMG_R2_nmrpipe.py<\/span> in the <span style=\"color: #800000;\">Main NMR Directory<\/span>, and modify the &#8220;offsets&#8221; list as in <span style=\"color: #800000;\">order_CPMG_intensities_nmrpipe.py<\/span>. Create a directory called output_R2, then type <span style=\"color: #800000;\">.\/order_CPMG_R2_nmrpipe.py<\/span> to run it. This also creates separate files for each residue in the directory output_R2. These files also have 3 columns: 1) The CPMG frequency, 2) The R2 value, 3) An error estimate (the error estimate is not done correctly).<\/p>\n<p>Run the scripts <span style=\"color: #800000;\">graph_intensities.py<\/span> and <span style=\"color: #800000;\">graph_R2.py<\/span> to see graphs of the peak intensities\/R2 vs. CPMG frequency for each residue. These scripts generate the graph for one residue at a time. When you click the graph for the 1st residue away, the next one will appear, and so one. This is just a rough way to visualize the data. If some residues look promising, you can proceed with analysis using ChemEx or other software.<\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"text-decoration: underline;\">Example scripts are in the directory \/home\/peterson\/NMR\/CPMG_analysis<\/span><\/p>\n<p>Scripts:<br \/>\n<span style=\"color: #800000;\">fid_v33.com<span style=\"color: #000000;\"> \u00a0 \u00a0 \u00a0(initial nmrPipe processing script)<br \/>\n<span style=\"color: #800000;\">proc.com<\/span> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0(proc.com is a script that contains the CPMG &#8220;frequencies&#8221; and a list)<br \/>\n<span style=\"color: #800000;\">fid.com<\/span> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 (of\u00a0the directories containing the experiments done using those frequencies)<br \/>\n<span style=\"color: #800000;\">ft2.com<\/span> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 (fid.com and ft2.com are nmrPipe processing scripts that use proc.com as input)<br \/>\n<span style=\"color: #800000;\">fit.com<\/span> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0(script that fits intensities from all spectra in the group to a decaying exponential)<br \/>\n<span style=\"color: #800000;\">order_CPMG_intensities_nmrpipe.py<\/span> \u00a0 (Python script that orders the intensities for each residue in a separate file)<br \/>\n<span style=\"color: #800000;\">order_CPMG_R2_nmrpipe.py<\/span> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 (Python script that orders the R2 values for each residue in a separate file)<br \/>\n<span style=\"color: #800000;\">graph_intensities.py<\/span> \u00a0 \u00a0 (Python script that graphs the intensity vs. CPMG frequency for each residue separately)<br \/>\n<span style=\"color: #800000;\">graph_R2.py<\/span> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 (Python script that graphs the R2 value vs. CPMG frequency for each residue separately)<\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/bionmr.mbi.ucla.edu\/?page_id=361\">back to 15N_R2cpmg_HC<\/a><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For 15N CPMG relaxation dispersion, data should be collected using the CW CPMG experiment from Hansen, Vallurupalli, and Kay,\u00a0J. Phys. Chem. B\u00a0112, 5898-5904 (2008) Our version of the pulse program is called 15N_R2cpmg_HC_&lt;xwin\/TS3&gt;.rp The CPMG experiments should be processed with nmrPipe. An initial processing script can be generated from within Topspin3 using the au program [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-364","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=\/wp\/v2\/pages\/364","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=364"}],"version-history":[{"count":13,"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=\/wp\/v2\/pages\/364\/revisions"}],"predecessor-version":[{"id":379,"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=\/wp\/v2\/pages\/364\/revisions\/379"}],"wp:attachment":[{"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=364"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}