Software:ProbID

Overview

ProbID is a software tool designed to identify peptides from tandem mass spectra using a protein sequence database. It computes z scores for the identifications and output the results in pepXML format, which subsequently can be analyzed by the TPP (Trans-Proteomic Pipeline). ProbID is written in Java.

Getting the software

Downloading the package

You can download from the Sashimi File Release page on SourceForge. The package includes

Source Code

Source is accessible from Sashimi SVN (add svn link).

Installation

Assuming you've downloaded the package, first unzip ProbID.tgz:

tar -xzf ProbID.tgz

Running ProbID

ProbID may be run in single-spectrum or batch processing modes. Both options require you to have probid.param in the same directory where your data is located.

single MS/MS spectrum processing

java org.systemsbiology.dbsearch.ProbID your_file.dta

OR if you didn't set up the "CLASSPATH" variable

Java -cp where_ProbIDALL.jar_is org.systemsbiology.dbsearch.ProbID your_file.dta

batch processing of many .dta files on one computer

perl runprobid.pl your_file.mzXML. 

You do need "mzxml2other" installed on your machine to start from your_file.mzXML. If you already have all .dta files in current directory, use runprobiddta.pl.

perl runprobiddta.pl

Note: should we recommend MzXML2Search instead of mzxml2other?

ProbID and the TPP

Please see the ProbID and the TPP page.

Reference

Coming soon...