________________________________
________________________________
From: spctools...@googlegroups.com on behalf of David Shteynberg
Sent: Thu 3/30/2006 11:11 AM
To: spctools...@googlegroups.com
Subject: RE: parsing the peptides
________________________________
From: spctools...@googlegroups.com on behalf of David Shteynberg
Sent: Thu 3/30/2006 11:11 AM
To: spctools...@googlegroups.com
Subject: RE: parsing the peptides
________________________________
From: spctools...@googlegroups.com on behalf of David Shteynberg
Sent: Thu 3/30/2006 11:11 AM
To: spctools...@googlegroups.com
Subject: RE: parsing the peptides
Hi Lee,
I believe we’ve already been successful quantifying this type of labeling with the existing tools.
You need to do two searches: heavy and light. Assume you have a directory …/data.
Let me know if you need me to further elaborate on any of these steps.
Thanks,
-David
From: spctools...@googlegroups.com [mailto:spctools...@googlegroups.com] On Behalf Of Ott, Lee William
Sent: Thursday, March 30, 2006
10:45 AM
To: spctools...@googlegroups.com
Subject: RE: parsing the peptides
I would like to change the source code to ignore the Z when looking in the database. Where do I need to change this in the source code?
Thanks,
Lee
________________________________
From: spctools...@googlegroups.com on behalf of David Shteynberg
Sent: Thu 3/30/2006 2:24 PM
To: spctools...@googlegroups.com
Subject: RE: parsing the peptides
Hi Lee,
I believe we've already been successful quantifying this type of labeling with the existing tools.
You need to do two searches: heavy and light. Assume you have a directory .../data.
1. Create two directories ../data/heavy .../data/light
2. in the corresponding directories run two searches specifying the labels as static mods
3. Convert the resulting summary.html files to pepXML separately in the tow directories
4. From the .../data directory run the following command 'xinteract -A-lnK-S heavy/<your pepxml files>*.xml light/<your pepxml files>*.xml'
Actually, it would probably take longer (~twice as long) to do the search but specifying the labels as variable because in that case you are considering all possible permutations of variable mods in your peptides which increases your database size by roughly a factor of two for every variable modification you use. Are you searching with proteolytically (enzyme) unconstrained settings? You may be able to speed things up by doing the search with one terminal of the peptide being proteolytically constrained. I think if you do a benchmark on a small size file you will see that with 2 variable mods the search takes longer than two searches with static mods.
-David
From: spctools...@googlegroups.com [mailto:spctools...@googlegroups.com] On Behalf Of Ott, Lee William
Sent: Thursday, March 30, 2006
11:38 AM
To: spctools...@googlegroups.com
Subject: RE: parsing the peptides
I am running a 12 step MuDPIT. If I run two searches, it would take twice as long to run Sequest. It would then take twice as long to analyze the 24 .html files. This would take at least a couple of weeks to analyze this dataset. It would seem more efficient if only one search needs to be performed.
I would like to try to make it work with only one Sequest search.
Thanks,
Lee
From: spctools...@googlegroups.com on behalf of David
Shteynberg
Sent: Thu 3/30/2006 2:24 PM
To: spctools...@googlegroups.com
Subject: RE: parsing the peptides
Hi Lee,
I believe we’ve already been successful quantifying this type of labeling with the existing tools.
You need to do two searches: heavy and light. Assume you have a directory …/data.
________________________________
-David
________________________________
Thanks,
Lee
________________________________
Hi Lee,
You need to do two searches: heavy and light. Assume you have a directory .../data.
1. Create two directories ../data/heavy .../data/light
2. in the corresponding directories run two searches specifying the labels as static mods
3. Convert the resulting summary.html files to pepXML separately in the tow directories
4. From the .../data directory run the following command 'xinteract -A-lnK-S heavy/<your pepxml files>*.xml light/<your pepxml files>*.xml'
Hi Lee,
ASAPRatio works with validated peptides, so many of the false identifications should not get passed to this stage. I think that by doing two searches you gain the benefit on not retaining false positives that contain both light and heavy labels and are therefore, not likely to be correct. I don’t believe that by doing one search you are actually reducing the number of correct peptides ID’s input to ASAPRatio. By doing two searches with static mods you should recover roughly the same total number of correct ID’s as by doing a single search with variable mods. I hope that this makes sense. The best way to test whether my thoughts are correct would be to run some benchmarks (with small datasets) and compare the running time.
You need to do two searches: heavy and light. Assume you have a directory …/data.
Let me know if you need me to further elaborate on any of these steps.
Thanks,
-David
From: spctools...@googlegroups.com [mailto:spctools...@googlegroups.com] On Behalf Of Ott, Lee William
Sent: Thursday, March 30, 2006
10:45 AM
To: spctools...@googlegroups.com
Subject: RE: parsing the peptides
I would like to change the source code to ignore the Z when looking in the database. Where do I need to change this in the source code?
Thanks,
Lee
From: spctools...@googlegroups.com on behalf of Jimmy Eng
Sent: Thu 3/30/2006 1:22 PM
To: spctools...@googlegroups.com
Subject: Re: parsing the peptides
________________________________
Hi Lee,
Thanks,
-David
________________________________
Thanks,
Lee
________________________________
-David
________________________________
Thanks,
Lee
________________________________
Hi Lee,
You need to do two searches: heavy and light. Assume you have a directory .../data.
1. Create two directories ../data/heavy .../data/light
2. in the corresponding directories run two searches specifying the labels as static mods
3. Convert the resulting summary.html files to pepXML separately in the tow directories
4. From the .../data directory run the following command 'xinteract -A-lnK-S heavy/<your pepxml files>*.xml light/<your pepxml files>*.xml'
Hi Lee,
What is the static N term modification that you are using in the Sequest params file? I’ve seen this error before (and it should be corrected in the latest version) with Sequest2XML having a problem because there are a few ways that N-term static mods can be specified. Here are two ways to specify this parameter:
1:
add_Cterm_peptide = 0.0000 ; added to each peptide C-terminus
add_Cterm_protein = 0.0000 ; added to each protein C-terminus
add_Nterm_peptide = xxxxx ; added to each peptide N-terminus
add_Nterm_protein = 0.0000 ; added to each protein N-terminus
2:
add_C_terminus = 0.0000 ; added to each peptide C-terminus
add_N_terminus = xxxxx ; added to each peptide N-terminus
The first way is the new way to specify this param, which will not work unless you are running the latest version of TPP (2.8.0 or above). I suspect your params are specified as in option 1. I suggest you specify these with option 2 and rerun the TPP from the Sequest2XML step. (There is no need to re-search the spectra.) Let me know if that still doesn’t work (or if you have version 2.8.0 or above and modification is still not getting correctly recorded, in which case we still need to fix this problem.)
You need to do two searches: heavy and light. Assume you have a directory …/data.
________________________________
Hi Lee,
1:
2:
Thanks,
-David
________________________________
David,
Thanks,
Lee
________________________________
Hi Lee,
Thanks,
-David
________________________________
Thanks,
Lee
________________________________
-David
________________________________
Thanks,
Lee
________________________________
Hi Lee,
You need to do two searches: heavy and light. Assume you have a directory .../data.
1. Create two directories ../data/heavy .../data/light
2. in the corresponding directories run two searches specifying the labels as static mods
3. Convert the resulting summary.html files to pepXML separately in the tow directories
4. From the .../data directory run the following command 'xinteract -A-lnK-S heavy/<your pepxml files>*.xml light/<your pepxml files>*.xml'
Hi Lee,
That’s great! I might be wrong here, but I think that the off-by-one difference has to do with accounting for the extra hydrogen on the N terminus. Anyways, let me know if that is preventing you from getting good quantitation peaks.
You need to do two searches: heavy and light. Assume you have a directory …/data.