Processing T1p experiments:
++++++++++++++++++++++++++
In the 1st T1p experiment (with the smallest T1p):
++++++++++++++++++++++++++++++++++++++++++++++++++
1. nmrDraw (write down the estimated noise and the treshold)
2. pick peaks
3. pck2clu.awk:
- getCols test.ass test.points 0 1 2 17 22
- remove the header of test.points
pck2clu.awk test.points > t1p
4. run.sh:
- clip header from another t1p and place it in top of this one
- update relax.list
run.sh (produces t1p.out)
5. getCols
getCols t1p.out t1p.dat 9 10 11 12 13 14 15 0 8
- 9 thru 15: column # with T1p data (always start with 9!!!)
- 0: column # for residue id (always 0!!!)
- 8: column # for absolute intensity for the 1st T1 experiment (always 8!!!)
6. dataprep:
- remove the header of the t1p.dat
dataprep t1p.dat t1p.ready 7 (7: # of experiments)
7. tvalues:
- insert T values (from pulse sequence!) on the top of the t1p.ready (L4 = T/8 has no units!!!):
(Bruker) total relax time (T) values:
70 (vp ph8:r):f2
(p17*1.5 ph8:r):f2 (p1*1.5 ph4)
(vp ph8:r):f2
lo to 70 times 24
(p9 ph8:r):f2
T = p9(2m) + 24(1.5p17 + 2vp) (in ms)
T = 2m + 36p17 + 48vp
T : 4.841 14.441 26.441 38.441 60.041 88.841 112.841 139.241 ms
- must have the estimated noise (from nmrDraw)
tvalues t1p.ready t1p.values 7 126 2
(7: # of experiments)
(126: total # of peaks, i.e. including unassigned)
(2: method chosen; always 2!!!)
- at the prompt, write down the estimated noise: 407310
8. sort -nk 1 t1p.values > t1p.values-sort
9. update ccc_plot.awk, ccc_norm_plot.awk and plot.sh
10. plot.sh:
(autoscale and file -> write -> parameters -> plot.par)
11. convert.awk t1p.values-sort > t1p.values-final
12. rmsd_ave.awk t1p.values-final-modif t1p.values-final-modif
starting XMGR:/usr1/people/cclaudia/apps/xmgr/bin/xmgr&
READ-> Block Data-> xydy->12e1->Accept_Close
Processing T1p experiments:
++++++++++++++++++++++++++
In the 1st T1p experiment (with the smallest T1p):
++++++++++++++++++++++++++++++++++++++++++++++++++
1. nmrDraw (write down the estimated noise and the treshold)
2. pick peaks
3. pck2clu.awk:
- getCols test.ass test.points 0 1 2 17 22
- remove the header of test.points
pck2clu.awk test.points > t1p
4. run.sh:
- clip header from another t1p and place it in top of this one
- update relax.list
run.sh (produces t1p.out)
5. getCols
getCols t1p.out t1p.dat 9 10 11 12 13 14 15 0 8
- 9 thru 15: column # with T1p data (always start with 9!!!)
- 0: column # for residue id (always 0!!!)
- 8: column # for absolute intensity for the 1st T1 experiment (always 8!!!)
6. dataprep:
- remove the header of the t1p.dat
dataprep t1p.dat t1p.ready 7 (7: # of experiments)
7. tvalues:
- insert T values (from pulse sequence!) on the top of the t1p.ready (L4 = T/8 has no units!!!):
(Bruker) total relax time (T) values:
70 (vp ph8:r):f2
(p17*1.5 ph8:r):f2 (p1*1.5 ph4)
(vp ph8:r):f2
lo to 70 times 24
(p9 ph8:r):f2
T = p9(2m) + 24(1.5p17 + 2vp) (in ms)
T = 2m + 36p17 + 48vp
T : 4.841 14.441 26.441 38.441 60.041 88.841 112.841 139.241 ms
- must have the estimated noise (from nmrDraw)
tvalues t1p.ready t1p.values 7 126 2
(7: # of experiments)
(126: total # of peaks, i.e. including unassigned)
(2: method chosen; always 2!!!)
- at the prompt, write down the estimated noise: 407310
8. sort -nk 1 t1p.values > t1p.values-sort
9. update ccc_plot.awk, ccc_norm_plot.awk and plot.sh
10. plot.sh:
(autoscale and file -> write -> parameters -> plot.par)
11. convert.awk t1p.values-sort > t1p.values-final
12. rmsd_ave.awk t1p.values-final-modif t1p.values-final-modif
starting XMGR:/usr1/people/cclaudia/apps/xmgr/bin/xmgr&
READ-> Block Data-> xydy->12e1->Accept_Close