Processing CEST Data: Difference between revisions
From Powers Wiki
(Created page with "Processing CEST Data # Install X11, nmrPipe, Python >=2.7, and ChemEx (from the Kay lab) # Open a c-shell with “csh” and navigate to the directory with your ser file # O...") |
No edit summary |
||
Line 10: | Line 10: | ||
##y should be real with N total and valid points | ##y should be real with N total and valid points | ||
##z should be the 15N dimension | ##z should be the 15N dimension | ||
## zMODE Echo-Antiecho | |||
## yMODE Real | |||
## aq2D States | |||
# Save the script. It should look like the script that follows this protocol. | # Save the script. It should look like the script that follows this protocol. | ||
# Add these lines: | # Add these lines: |
Revision as of 21:38, 14 March 2017
Processing CEST Data
- Install X11, nmrPipe, Python >=2.7, and ChemEx (from the Kay lab)
- Open a c-shell with “csh” and navigate to the directory with your ser file
- Open X11
- In the terminal type “bruker”
- Click “read parameters”
- Switch the F1 and F2 axes
- y should be real with N total and valid points
- z should be the 15N dimension
- zMODE Echo-Antiecho
- yMODE Real
- aq2D States
- Save the script. It should look like the script that follows this protocol.
- Add these lines:
- xyz2pipe –in fid/test%03d.fid –z –ri2c
- | pipe2xyz –out fids/UBQ%03d.fid –y –ov
- /bin/rm –fr data/
- Run the fid.com script you just saved.
- Input file names and phase values into ftcpmg.com (follows this protocol) and run
- Open test spectrum in nmrDraw
- Pick peaks and save the peak list
- Rename the peaks to their corresponding amino acid and residue #. Alternatively, create a peakList.txt with their IDs and run addASS.py.
- Run autoFit.tcl in the c-shell.
- autoFit.tcl –specName fts/UBQ%03d.ft2 –inTab test.tab –series
- Run extract_profiles_bru.py (follows)
- ./extract_profiles_bru.py –tbl nlin.tab –par fq3list –out fit/
- Make sure the .out files are named like “A#N-HN.out”
- Then run ChemEx, check their tutorial