Skip to the content.

Tutorial on 2D Protein Spectra Processing


Phase Correction


Baseline Correction and Tidying Up the Spectrum

  1. Initial Setup
    • Open your spectrum in TopSpin and access the processing parameters window:
      • Click PROCPARS or type edp.
      • Ensure proper calibration for the F1 and F2 axes (SR [Hz]), paying attention to the nucleus type when referencing the calibration from 1D experiments.
  2. Performing Baseline Correction

    #### Baseline Correction Overview There are two polynomial functions for baseline correction:

    1. BC_mod: Multiplies the FID (time domain) at the very beginning before the FT (takes effect after xfb).
    2. abs: Used for baseline correction on the processed spectrum (ABSG, ABSF1, ABSF2).

    #### Steps: - Set the left ABSF1 and right ABSF2 limit in the direct dimension (F2). For 15N HSQC, cover the left side of the spectrum before the water line (~4.5 ppm) to avoid noise. In general, for 15N HSQC, ABSF2 should be ≥ 5.0. - In the indirect dimension, the default values for ABSF1 and ABSF2 are typically sufficient. - Select the qpol function for baseline correction. Avoid using qfil, as it aggressively suppresses water, which may not be suitable for 15N HSQC spectra. - The 13C dimension is sensitive to the BC_mod polynomial, so avoid applying this function in such cases. - Perform FT using xfb, followed by abs1 and abs2 for baseline correction to achieve sharper and better-resolved peaks due to zero filling and increased sideband suppression (SSB).

    #### Automatic Baseline Correction for 2D Spectra: - abs2: Applies automatic baseline correction along the F2 axis. - abs1: Applies automatic baseline correction along the F1 axis. - Do first abs2 and then abs1.

  3. Special Cases for Baseline Correction
    • For NOESY/ROESY Spectra (which tend to have baseline offsets, especially in t1 due to noise):
      • Use abs1 to correct the F1 direction.
      • Use abs2 to correct the F2 direction.
      • Apply t1-noise subtraction before baseline correction using the AU program t1noisereduction, which sets the lowest intensity peaks in each column of the 2D spectrum to zero. This ensures that only real peaks are displayed and reduces noise.
  4. Fine-Tuning and Tidying the Spectrum
    • Water Suppression:
      • For samples in water, ONLY IF YOU HAVE NOT TRUNCATED the part of the proton dimension containing the water resonance line at ~4.7 ppm, use abs2.water for baseline correction. You can also set BC_mod=qfil in F2 to suppress the central noise stripe.

Contour Editor

  1. Symmetrization (for COSY, NOESY, and ROESY Experiments)
    • After noise reduction and baseline correction, symmetrization can be applied to tidy the spectrum:
      • sym: Used for COSY spectra.
      • syma: Used for phase-sensitive experiments like NOESY. However, apply this with caution, as it can create false peaks where noise bands correlate.
  2. Reducing t1-Noise
    • t1noisereduction: This program can significantly improve the tidiness of your spectra by removing low-intensity noise from the t1 dimension.
    • For t2 noise reduction swap the t1 and t2 axes with swapf1f2, followed by t1noisereduction and swapf1f2 to swap the axes back.

Linear Prediction

Linear Prediction vs NUS

Linear Prediction vs NUS

1H Signal Recording

Note

1D 1H is essential for quality control. It helps determine whether the sample is clean, detect admixtures, and monitor the water signal. It can also detect false alarms from glycerol, histidine, or other sources, and identify degradation in the 2D.

Phase Correction

2D Peak Selection


Authors