1D series for kinetics:

zg

Data Acquisition

*Setup your 1D expt as you normally would. This works for any 1D actually (31P, 19F etc). eg) for 1D 1H:

Data Processing



Manual Processing on the NMR or Linux OS

Inside your nmr data dir you should see a list of files now: ls -lrt

zg

where dir '1' contains the fid/ser file. note the dir number here is whatever you designated the expno as during edc in topspin
Screens pop up where you read in the parameters etc or see:
D - nmrDraw is a popular NMR Viewing software thru the NIH

zg

Copy in the highlighted info above into the go_proc script: gedit go_proc

zg

The go_proc script is a master file which 1) converts the bruker to nmrPipe format and 2) processes the data using nmrPipe. Note it also later converts spectra into 1D files as we started with a 2D file. The 1D files named 001.dat etc will also be in XY text format already where X=ppm and Y=Intensity.

The above was a full process routine with 600 1Ds having been acquired. Lets step back and just process the first spectrum in the series so we can set the phasing correctly in nmrDraw. To process the 1st fid gedit go_proc such that:

zg

Lets also look at how the meaning of the nmrPipe commands as well

zg
The nmrDraw viewer opens. Now use the sliders to adjust the phase. When phased add these numbers into the -PS values in the 'go_proc' script. I like to actually set the nmrPipe phasing values to zero 1st and then just plug in the correct values determined here instead of adding them in.

zg

The dir should be populated with 600 1D files in XY text format. To list them ls and note they run from 001.dat to 600.dat. We can now use a graphing program to view the NMR spectra. I have flexible program xmgr installed on the dpx400.
xmgr - XMGR graphics plotter

eg) to view the first 1D file - xmgr 001.dat

zg

We are now ready to edit the peak list file man.xpk such that we integrate all peaks of interest. Note that you can use xmgr to read off the ppm values by simply hovering the cursor between the ranges of the peaks you would like to integrate. Now manually edit the man.xpk file: The simple peak list man.xpk format:
zg

Next step is to run the integration routine. First define the delays here gedit mkxcel.pl
zg

Then run: Here is what the output file 'excel.txt' looks like:
zg

Note the first points are normalized to one. To plot 'block' data in xmgr try:
zg

Where we can see that peak0 in man.xpk doesn't decay and peak2 does. Peak0 could be used as a control.

Making Stacked Plots

Generating stacked plots is trivial now with the use of the 'mkxmgr.pl' script.
eg) to define the X and Y offsets gedit mkxmgr.pl

zg

Then create a file to read into xmgr by: And XMGR plots:
zg

Can zoom into a region:
zg

Adding a bit of X-offset too:
zg

Some quick notes on xmgr plotting thru the pulldowns:

Data Fitting with Glove

Upon running the integration routine an additional file named 'Int' was also generated. This contains the Delays and Intensities needed to run the fitting routine. In this cae I just used a 3 parameter exponential decay with 100 Monte Carlo simultations for error analysis. More on the software can be found at: GLOVE_paper

Also a tar ball of documents: More_notes

The format of 'Int' file:

zg

A directory w/the scripts was generated previously. Just type cd glove and look in the 'go_glove' script.

zg

To launch the fitting routing ./go_glove
There are a few additonal examples of simultation with Jack-Knife and Monte-Carlo as well. The fitting results are piped into 'results.txt'

zg

Lastly XMGR plots have been generated for each peak. To view the contents xmgr 0-0.xmgr etc

zg