HNCACBSE planes.

6/30/02 - Steve Hardies

Background and purpose.

The HNCACB experiment is a 3D determination that takes several days of machine time.  In order to see in advance that the pulse times, etc., are OK, and that the sample intensity is OK, one should run two preliminary experiments called the Carbon and Nitrogen planes.  These are run by commenting out one of the following lines in the pulse program: As shown above, 13C evolution is commented out causing a Nitrogen plane to be acquired.  For samples of good intensity (ie. comparable to the ubiquitin control) these determinations can be made in about 30 min for the N15 plane and about an hour for the C13 plane (on the Avance600).  The result is a 2D 1H x 15N or 1H x 13C spectrum, which will correspond to the projection onto that respective plane of the full 3D data set when it is collected. Generally one puts these in two different experiment numbers in the same database.
[I suspect that such a projection can be computed from the 3D data set for comparison, but I don't know if it customarily done, and these instructions do not address how to do it.]

NOTE:  All of the pulse times should be set for each of the planes determinations.

Correspondence to first serial file check.

As with the HSQC, it is possible to check the first serial file as a 1D proton spectrum to detect impending catistrophic failure of the acquisition.  However, unlike the HSQC, the first serial file produces a rather indistinct spectrum.  Typically, the entire envelope of the amide region signal is only about 3x the baseline noise and without distinct peaks.   For the carbon plane, the phase of the signals in the first serial file are all positive, so the signal can be phased to bulge upwards as an indistinct envelope.  For the Nitrogen plane, the first serial file has both positive and negative signals.  So the amide region appears as about a 3x thickening of the baseline noise.  For Nitrogen planes, the signal is stronger in later serial files.  For example, try 5 rser, or 6 rser.  Failure to see the signal described above at the serial file level would indicate that the planes acquisition should be stopped and the setup proofed for typographical or other errors.  However the indistinctness of the spectrum at the serial file level recommends for the collection and processing of the planes data to detect and correct more subtle problems before committing the machine for several days.

[Having said that, I lack any quantitative criteria with which to judge the planes data.]
 

Expected appearance of the planes data:

While learning, the Nitrogen plane should be processed first.  It looks a lot like the 1H - 15N HSQC.  Some signals will be missing.  Others may be folded in as negative peaks due to the generally tighter 15N spectral width.  The Carbon planes data has both positive and negative signals in the final processed spectrum.  They are distributed at the same 1H positions. However, each 1H resonance generates more than one peak in the 13C dimension.  Typically there is a strong positive and a strong negative peak vertically aligned for each amide proton detected.  Looking more closely (which may require lowering the first contour level and admitting some noise) there may be additional weak positive and weak negative signals also vertically aligned with the stronger peaks.  It helps to note the chemical shifts of the more isolated signals in the Nitrogen plane, and then look at those positions in the Carbon plane.  The positive signals in the Carbon plane tend to fall between 45-65 ppm.  Negative signals tend to fall between 30-45 ppm.  There may also be negave signals in the 65-75ppm range.  Some of the negative signals probably originate from folded peaks.

Sample data:

I've set aside some processed data, and the corresponding datasets and processing scripts for the ubiquitin standard.
In the NIS system, go to /instinct2/hardies/standards
The hncacbse.ref dataset, which I believe was acquired by Andy, is processed there.  Experno 1 is the Carbon plane, and Experno2 is the Nitrogen plane.  In experno1, comp.ft2 is the finished 2D spectrum properly processed (or at least to the best of my current ability) and it can be loaded into nmrDraw and viewed.  For experno 1, test.ft2 shows what happens if you leave the MODE for the y axis as Echo-antiEcho, rather than changing it to Complex.  The other dataset, hsqc_fb.ubi, was copied from one of Andy's directories.  It shows the ubquitin 1H - 15N HSQC in test.dat.

Processing.

The processing described here is by nmrPipe in the NIS system.
[I don't know how to do it in XwinNMR.  That's still on the list of things to figure out.  I suspect that's how most people do it.]
Processing generally follows along the lines of an HSQC processing with the following major differences:
  1. If you are confused about which experno was the N plane and which was the C plane, use vi to view the file pulseprogram in the copied dataset/experno.  The define statement that was commented out will still appear in this preprocessed version of the pulse program as a comment.  The define statement that was actually executed will have disappeared.
  2. If the bruker conversion program puts Echo-antiEcho in for any of the MODEs, then that must be changed to Complex. Note in the sample data above the disaster that ensues otherwise.
  3. The appearance after the first Fourier transform is much like the first serial file (a lot of baseline noise with signal only about 3x noise and no distinct peaks).  Manually phasing at this point doesn't get you very close.  Readjust the phase after getting the full 2D transformed data.  There's also probably not much point in messing around with baseline corrections at this step, since the baseline is so noisey.
  4. After the first dimension processing steps (including TP) setup just like for HSQC (including adding SOL, and EXT), add the second dimension processing steps recommeded in the pulse program.  Then fine tune to taste.  Note that there are different 2nd dimension processing steps for Carbon planes and Nitrogen planes.  There are also different steps required for Carbon plane processing depending on whether cnst0 was set as 0 or 1.
  5. [Until I find criteria for using this data, I won't know how much fine tuning is justified.]

Comments from HNCACBSE.ref pulse program (version 6/3/02) about processing:

Note: Always check the extant ref program for updated comments.

;15N Dimension Processing
;Conversion:  Dim = y, zMODE = Complex, aq2D = States
;Processing:
;|nmrPipe  -fn SP -off 0.45 -end 0.98 -pow  1 -c 0.5    \
;|nmrPipe  -fn ZF -size 128                             \
;|nmrPipe  -fn FT -neg                                  \
;|nmrPipe  -fn PS -p0 0.0 -p1 0.0 -di -verb             \
;|nmrPipe  -fn POLY -auto -ord 1                        \

;13C Dimension Processing
;Conversion:  Dim = z, yMODE = Complex, aq2D = States
;Processing (depends on the value of cnst0; shown below is example for cnst0 = 1)
;|nmrPipe  -fn ZF -pad 1                                \
;|nmrPipe  -fn RS -rs 1 -sw                             \
;|nmrPipe  -fn LP -before -pred 1                       \
;|nmrPipe  -fn SP -off 0.5 -end 0.98 -pow  2 -c 1.0     \
;|nmrPipe  -fn ZF -size 512                             \
;|nmrPipe  -fn FT                                       \
;|nmrPipe  -fn PS -p0 -90.0 -p1 180.0 -di -verb         \

;Processing (depends on the value of cnst0; shown below is example for cnst0 = 0)
;|nmrPipe  -fn SP -off 0.5 -end 0.98 -pow  2 -c 1.0     \
;|nmrPipe  -fn ZF -size 512                             \
;|nmrPipe  -fn FT                                       \
;|nmrPipe  -fn PS -p0 -90.0 -p1 180.0 -di -verb         \

;Testing
;C13 plane gives the strongest signal since N15 undergoes 0/0 phase shift
;for the first N15 point

;N15 plane gives a weak signal since Ca/Cb signals are of opposite sign and
;tend to cancel.  Additionally, C13 undergoes either -90/180 or -270/540
;phase shift for cnst0=0 and cnst0=1, respectively, which causes significant
;dephasing for the first fid

Comments:

Interpreting HNCACB planes data:

Issues:

  1. It seems to me that the available criteria for using the planes data could be improved.
  2. Is it true that you can compute the planes from 3D data, and is there any reason to do this?  Would you exepct such data to be of the same quality as the 2D-acquired planes, or would it be superior?
  3. Should the Nitrogen plane look exactly like the 1H -  15N HSQC except for some missing peaks and some folded peaks due to 15N spectral width?  Should the 15N spectral width be adjusted to avoid folded peaks for the full HNCACB acquisition?  Or is the spectral width tighter for economy of time, and is it true that one can still interpret the folded peaks?  Are the negative signals in the 65-75ppm range from folded peaks?
  4. Look up and incorporate which atoms are giving the negative and which the positive signals in the Carbon plane.
  5. What was Dim = x (or y) about in the pulse program.  Why is it mentioning zMODE? , particulary why is zMODE mentioned in the context of Dim=y and vice versa?
  6. I had some problem I don't remember having before where the nmrproc.com script would just hang prior to the first phasing step.  There were no spaces after any \ marks.  Finally by trial and error I got it to work by removing a -ov -out tag series after the first Fourier transform.  But I remember being able to write a file there like that before.  What does the / really mean?  Is it a unix thing or a syntax specific to these programs?