Searching Target-decoy database in CPAS

CPAS Forum (Inactive)
Searching Target-decoy database in CPAS anavare  2011-11-03 10:01
Status: Closed
 
Hello,

I wanted to how can I search mzXML files against a concatenated target-decoy database (created using COMPASS)in CPAS? The way I did it was by adding the following command line in the X!Tandem XML window: <note label="pipeline prophet, decoy tag" type="input">d</note>

The search was completed successfully without any errors, but I am not sure if having the decoy sequence really made any difference.
Any help is appreciated.

Thanks
Arti
 
 
jeckels responded:  2011-11-07 11:20
Hi Arti,

We pass that option to xinteract when we run the TPP, but we don't do anything else with it ourselves. The value inside the <note> element should be the prefix that's added to the decoy proteins in the FASTA. For example, if the decoys look like "DECOY_ProteinA", "DECOY_ProteinB", "DECOY_IPI5432895", you'd want to use the parameter:

<note label="pipeline prophet, decoy tag" type="input">DECOY_</note>

White space is not allowed.

My understanding is that PeptideProphet and ProteinProphet will use it internally when calculating their distributions and scores. We'll load any decoy matches that happen to make it through the pipeline just like any other result.

Thanks,
Josh