{"id":391,"date":"2016-05-16T14:43:37","date_gmt":"2016-05-16T21:43:37","guid":{"rendered":"https:\/\/bionmr.mbi.ucla.edu\/?page_id=391"},"modified":"2016-05-17T15:07:56","modified_gmt":"2016-05-17T22:07:56","slug":"15n-cest-data-analysis","status":"publish","type":"page","link":"https:\/\/bionmr.mbi.ucla.edu\/?page_id=391","title":{"rendered":"15N CEST data analysis"},"content":{"rendered":"<p>For CEST on amide groups in proteins, data should be collected using the experiment from<br \/>\n<a href=\"http:\/\/pubs.acs.org\/doi\/abs\/10.1021\/ja3001419\" target=\"_blank\">Vallurupalli, Bouvignies, and Kay,\u00a0<em>JACS<\/em>\u00a0<strong>134<\/strong>, 8148-8161 (2012)<\/a><br \/>\nOur version of this pulse sequence is called <span style=\"color: #800000;\"><strong>CEST_15N_protein_1.rp<\/strong><\/span><\/p>\n<p>The CEST 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>. This is the Topspin directory that contains all the data from the series you&#8217;re analyzing (<em>ie<\/em> the &lt;expt name&gt; directory).<\/p>\n<p>nmrPipe has tools to analyze 2D relaxation data.\u00a0You 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.\u00a0Then 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> and <span style=\"color: #800000;\">dirList<\/span> inside proc.com have to be modified to include your specific CEST offsets\u00a0and the corresponding directories. If you ran one experiment with no CEST period, then make the first offset &#8220;-10000&#8221;, as a marker, then all the other offsets after that one. 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 \u201ctest.tab\u201d by default. Rename this file <span style=\"color: #800000;\">relax.master.tab<\/span>, and place it in the <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 (sometimes overnight for CEST data). Just be patient and wait until the little blue window disappears and you get the prompt back. It will generate two new files called <span style=\"color: #800000;\">axt.tab<\/span> and <span style=\"color: #800000;\">nlin.tab<\/span>.<\/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 order_CEST_intensities_nmrpipe.py in the <span style=\"color: #800000;\">Main NMR Directory<\/span>. Inside the script, modify the line that starts <span style=\"color: #800000;\">offsets = range()<\/span>. For example, if your offsets were -1000, -975, -950&#8230; 975, 1000, then that line would read <span style=\"color: #800000;\">offsets = range(-1000, 1000, 25)<\/span>. Just after that, there&#8217;s a line that reads: offsets.insert(0, -10000). If you ran one experiment with no CEST period, then you should uncomment that line so that it inserts the offset value -10000 at the beginning of the list. This offset value is a flag in ChemEx that indicates the experiment run with no CEST period. Create a directory called output_files, then type <span style=\"color: #800000;\">.\/order_CEST_intensities_nmrpipe.py<\/span> to run it. This will create a separate file for each residue (in the directory output_files). These files have 3 columns: 1) The CEST offset, 2) The intensity, 3) An error estimate.<\/p>\n<p>Run the script <span style=\"color: #800000;\">graph_intensities.py<\/span>\u00a0to see graphs of the peak intensities CEST offset\u00a0for 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><span style=\"text-decoration: underline;\">Example scripts are in the directory \/home\/peterson\/NMR\/CEST_analysis<\/span><\/p>\n<p>Scripts:<br \/>\n<span style=\"color: #800000;\">fid_v33.com<\/span> \u00a0 \u00a0 (initial nmrPipe processing script)<br \/>\n<span style=\"color: #800000;\">proc.com<\/span> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 (proc.com is a script that contains the CPMG \u201cfrequencies\u201d and a list)<br \/>\n<span style=\"color: #800000;\">fid.com<\/span> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0(of the 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 (script that fits intensities from all spectra in the group to a decaying exponential)<br \/>\n<span style=\"color: #800000;\">order_CEST_intensities_nmrpipe.py<\/span> \u00a0 (Python script that orders the intensities in a separate file for each residue)<br \/>\n<span style=\"color: #800000;\">graph_intensities.py<\/span> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 (Python script that graphs the intensity vs. CEST offset for each residue separately)<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/bionmr.mbi.ucla.edu\/?page_id=384\">Back to 15N_CEST<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For CEST on amide groups in proteins, data should be collected using the experiment from Vallurupalli, Bouvignies, and Kay,\u00a0JACS\u00a0134, 8148-8161 (2012) Our version of this pulse sequence is called CEST_15N_protein_1.rp The CEST experiments should be processed with nmrPipe. An initial processing script can be generated from within Topspin3 using the au program convert2pipe.ecj33. You can [&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-391","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=\/wp\/v2\/pages\/391","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=391"}],"version-history":[{"count":13,"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=\/wp\/v2\/pages\/391\/revisions"}],"predecessor-version":[{"id":405,"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=\/wp\/v2\/pages\/391\/revisions\/405"}],"wp:attachment":[{"href":"https:\/\/bionmr.mbi.ucla.edu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}