XEASY Spin system identification

From NESG Wiki
Jump to navigation Jump to search



Spin System Identification

2D [15N,1H]-HSQC provide pairs of correlated amide 15N / 1HN chemical shifts. They seed spin systems - spins of individual residues, whose assignment to the protein sequence is normally not known a priori. In an XEASY-based approach, spin systems are called SRD spin systems.

(3,2)D HNNCO or 3D HNNCO provide additional resolution when both 15N and 1HN chemical shifts overlap, and help exclude side-chain peaks. Although 13C' chemical shifts are seldom used for sequence-specific assignment, they are used by the programs CSI and TALOS.

Spin System Identification with XEASY/UBNMR

Peak Picking the (15N,1H) HSQC Spectrum

  1. Go to /protName/analysis/xeasy/nhsqc. Create a file with the amino acid sequence in FASTA format, obtained, for example, from the SPINE web page, and save it as aa.seq. Run the makeSeq macro with UBNMR to generate an XEASY SequenceList as nhsqc.seq . This SequenceList contains entries for the amino acids residues first, followed by two sets of SRDs named in the following way: SRD-I (Starting from 201) and SRD-II (starting from 401). SRD-II entires serve to handle sequential connectivities. See XEASY Files for book-keeping: AtomList, SequenceList, and PeakList.
  2. In XEASY, use ns, ll and ls to load 2D [15N,1H]-HSQC spectrum, XEASY library and SequenceList. To change display from the default one to contour plot, type cp and give the appropriate threshold level. A corresponding initial AtomList is generated automatically. Use in for automatic in-phase peak picking of the 2D [15N,1H]-HSQC spectrum. Complete peak picking manually by using dp to remove the peaks belonging to sidechain amides which can be identified by a NH2only HSQC if the region is crowded and pp to pick additional peaks (Figure.1A). Use ar to automatically assign each peak to the backbone amide moiety of SRD-I residues (Figure.1B,C). Occasionally, the ar command causes an error Atom N 201 not known! which can be solved by loading the library file [ll] from /nsm/chem/cen2/HTP2/3_src/xeasy/src.new/xeasy.lib and then repeating the ar command. Average the chemical shifts and save the PeakList (nhsqcO1.peaks) and AtomList (nhsqcO1.prot) using ac, wc and wp. Then, amide 15N / 1HN chemical shifts are transferred into the AtomList entries corresponding to SRD-I.



Figure 1. Peak picking the 2D [15N, 1H]-HSQC spectrum

A: After in-phase peak picking
XEASY hsqc2.jpg

B: XEASY ar window
XEASY hsqc ar.jpg


C: After assigning the peaks to SRD-I numbers using ar

XEASY hsqc3.jpg


Analysis of the 3D HNNCO Spectrum

  1. Go to /protName/analysis/xeasy/hnco and make a copy of HNCO spectrum (cp HNCO1.3D.16 HNCO1a.3D.16 and cp HNCO1.3D.param HNCO1a.3D.param).
  2. Run the makeHncoPeak script (see below) in UBNMR.This PeakList will contain one peak for each amide N(i) / H(i) moiety which will be assigned to an SRD-I number derived from the 2D [15N,1H]-HSQC PeakList. The third / 13C'(i-1) dimension is assigned to the corresponding SRD-II number and has a default chemical shift of 175ppm.
  3. Start XEASY and use ns to load both HNNCO spectra HNCO1 and HNCO1a with permutations set to x:HN, y:C, Z:N and x:N, y:C, Z:HN, respectively. Use ls to load the SeqList (nhsqc.seq), lc to load the AtomList (nhsqcO1.prot), lp to load the PeakList (hncoI1.peak).
  4. Use cp to display the spectrum as a contour plot. Next, create the strips using se in the HNCO1 spectrum, then change to HNCO1a using rc and rs, and create strips using se again in the HNCO1 spectrum. Use gs to display the strips (Figure 2A).
  5. Use mr to move each pre-positioned peak onto the actual peak (Figure 2B).
  6. Use dp to delete predicted peak markers that do not correspond to actual peaks in the spectrum (side-chain peaks) and pp to manually pick and assign (ap) newly observed peaks (usually a result of overlap in the 2D [15N, 1H]-HSQC).
  7. After all peaks are 'picked', use ac to update the chemical shifts, wc to save the AtomList as hncoO1.prot, and wp to save the PeakList as hncoO1.peaks.
  8. Go to next step for backbone assignment.


An example of the makeHncoPeak UBNMR script

init
read seq nhsqcO1.seq
read prot nhsqcO1.prot
write prot hncoI1.prot
simulate 3D N C -1 2
write peaks hncoI1.peaks



Figure 2: Analysis of the 3D HNNCO by XEASY
A: Before mr, showing orthogonal views of each strip
XEASY hnco1.jpg


B: After mr
XEASY hnco2.jpg

====

Analysis of the (3,2)D GFT HNNCO spectrum

  1. Go to the /protName/analysis/xeasy/hnco directory.
  2. Run make32DHncoPeak in UBNMR (see below) to create a (3,2)D GFT HNNCO peaklist.
  3. Follow the protocol shown above for assignment of 3D HNNCO spectra.


An example of the make32DHncoPeak UBNMR script

init
read seq nhsqcO1.seq
read prot nhsqcO1.prot
write prot hncoI1.prot
simulate 2D N+pC HN
simulate 2D N-pC HN
write peaks hncoI1.peaks


-- Main.GaohuaLiu - 16 Feb 2007