3D TROSY NOESY
Ref.:
A.Meissner, and O.W.Sørensen J.Magn.Reson.
142,
195-198 (2000). (Three-Dimensional
Protein NMR TROSY-Type 15N-resolved
1HN-1HN
NOESY Spectra with Diagonal Peak Suppression)
T.Schulte-Herbrüggen, and O.W.Sørensen J.Magn.Reson.
144,
123-128 (2000). (Clean
TROSY: compensation for relaxation-induced artefacts)
3D TROSY NOESY pulse sequence with diagonal peak suppression.
Delays: = (2JNH)-1; I
=
(2JNH)-1 -  I;
= gradient delay; m
= NOESY mixing time.
Phases for Varian Unity Inova:
= -y; " =
+ ; { I
= y; S = y -  S
}
echo (t1
- t2), { I
= -y; S = -y -  S
}
antiecho (t1 - t2);
Phases for Bruker DRX:
= y; " =
+ ; { I
= -y; S = -y -  S
}
echo (t1 - t2), { I
= y; S = y -  S
}
antiecho (t1 - t2);
The uncompensated TROSY experiment employs  S
=  I
= 0.
For all odd-numbered scans the phase
is x and the left dashed pulse
on the S channel is applied whilst for all even-numbered scans
is y and the right dashed pulse
on the S channel is applied with opposite receiver phase.
Gradient ratio: -7.0(G1), 3.0(G2),
2.0(G3) for echo; -8.0(G1), 2.0(G2),
3.0(G3) for antiecho.
Two data sets: A: {
= 0, ; receiver = 0, }
and B: { = /2,
3 /2; receiver /2,
3 /2} both for echo(e) and antiecho(a)
between t1 and t2 are recorded. {A(a) - B(a)}, {A(e)
+ B(e)}, {A(e) - B(e)}, and {A(a) + B(a)} yield the four pathways {S-,S+}(t1)
-> {I-, I+}(t2).
For water flip back it is crucial to set the transmitter
frequency of the protons right on the water resonance.
Varian:
For clean TROSY scheme set clean = 'y'
cdel: J evolution during first S3CT element (in degrees),
90 = full delay
cphas: phase shift in second S3CT element (in degrees),
0 = no phase shift
diag y: without diagonal peak
suppression
n:
with diagonal peak suppression (default)
sub a: subspectrum a (for
weighted combination with b)
b:
subspectrum b
n:
online 1:1 combination of a and b (default)
SW2 can be reduced when a pre-processing TPPI-type offset shift is applied.
For folding the water resonance to the edge of the spectrum set SW2 = 0.5*SW.
To generate a selective water pulse shape, copy water_sc.inp to your
$HOME/vnmrsys/shapelib directory, adjust ref_pwr and ref_pw90 according
to your proton pulse calibration and type the command: Pbox -f water_sc.inp
An output like
>>> Set pulse width to 1.0000 ms <<<
>>> Set pulse power to 21 dB <<<
appears.
Remember to change the parameters pwater (pulse width
in us) and pwaterlvl (pulse power).
Processing of 3D TROSY NOESY:
Combination of data set recorded with array =
'phase2,phase'
-
change into the directory where the dataset is located
-
run the dataset combination routine >tr_no_combine
"original
name" "new name" "ni" "ni2" "np" n "wf" "O2_shift" "SW2" "initial t2"<
(e.g. tr_no_combine protein_1 protein_1_ea
32 512 2048 n 1.0 2500 5000 0.0)
the subroutines tr_no_sort and shift_o2 will
be called. Notice, that the dataset names are given without the .fid extention.
protein_1 referes to the directory protein_1.fid.
For data recorded with array = 'phase2,phase,sub'
the sub flag must be set to y (tr_no_combine protein_1 protein_1_ea
32 512 2048 y
1.0 2500 5000 0.0)
-
use your usual software for processing and phase
correction. The data set is now echo / antiecho in both indirect dimensions.
Note: processing with Xwinnmr:
-
vconv on program versions older than
2.6 does not work properly with this type of data
-
indirect dimensions will be interchanged
t1 -> F2 and t2 -> F1
-
When using array = 'phase2,phase,sub'
the parameter file (procpar) must be edited before invoking vconv. Change
the line after the array entry
array 2 2 256 0 0 2 1 1 1 64
1 "phase2,phase,sub" to
1
"phase2,phase"
tr_no_combine installation:
place the tr_no_combine shell script
in a directory, that is included in you $PATH environment variable (f.ex.
$HOME/bin)
make sure the file is executable
(rwxr-xr-x)
tr_no_sort.c / tr_cno_sort.c installation:
change to the directory with the
tr_no_sort.c file
type cc tr_no_sort.c -o $HOME/bin/tr_no_sort
and cc tr_cno_sort.c -o $HOME/bin/tr_cno_sort
this will compile the programs
and save the executable files in the $HOME/bin directory. Make sure the
directory exists or choose another location. Make also sure your PATH environment
variable contains the directory you are using.
Program tested on: Varian Unity Inova, Vnmr6.1B, Pbox6.1C, Solaris7
Content
Pulse sequence: trosy_noesy.c
Parameters:
trosy_noesy.par
Pbox input file: water_sc.inp
Pre-processing script: tr_no_combine
Sorting routine: tr_no_sort.c
tr_cno_sort.c
O2_shift routine: shift_o2.c
download
Bruker:
Place gradient files trEA_1 (Gradient G1), trEA_2 (Gradient
G2), and trEA_3 (Gradient G3) in the /u/exp/stan/nmr/lists/gp
directory. (To change the ratio of the shaded gradients, these files can
be edited. The two entries represent the relative strength for echo and
antiecho, respectively). The gradient strengths are set within ased.
Processing of 3D TROSY NOESY:
-
run pre-processing au program for dataset combination by typing tr_no_combine
(if not compiled yet call the program with the xau tr_no_combine
command. The au program will call the tr_no_br routine, make sure it is
installed as described below)
-
Determine phase correction in F3 from 2D plane (2-3) and add
180 to PHC0 value, and correction in F1 from the 1-3 plane.
Phase correction in F2: PHC0 = 90 PHC1 = 0.
-
start 3D processing under consideration of Bug #2435
from Bruker Bug Database. (Apply the 'c' option with the tf3 command and
choose equal 'xdim' values in F2 and F1)
tr_no_combine installation:
place the tr_no_combine au program
in the /u/exp/stan/nmr/au/src directory. Compile the program within
Xwinnmr with the command cpluser tr_no_combine or run it the first
time with the command xau tr_no_combine
tr_no_br.c installation:
change to the directory with the
tr_no_br.c file
type cc tr_no_br.c -o $HOME/bin/tr_no_br
this will compile the programs
and save the executable files in the $HOME/bin directory. Make sure the
directory exists or choose another location. Make also sure your PATH environment
variable contains the directory you are using.
Program tested on: Bruker DRX600, Xwinnmr2.6 patchlevel 4, Irix6.3
Content
Pulse sequence:
trosy_noesy
Gradient files:
trEA_1
trEA_2
trEA_3
au pre-processing script: tr_no_combine
Sorting routine:
tr_no_br.c
download
|