
Table Of Contents:
Description
PSearch
is a tool for processing shotgun data. Psearch extracts MS data deriving from an MDLC ESI-ITMS3 analysis and prepares it to be loaded on a LymPHOS 1.0 Phos-file.
Data is extracted from a Thermo Bioworks report exported to XML and from the original .RAW files.

Features
- Reports
- tsv (.xls) report with analytical and identification data from all Bioworks identifications:
- 'File', 'scan', 'ms_level', 'reference', 'actual_mass', 'dmass', 'charge', 'peptide', 'Prob', 'xcorr', 'deltacn', 'sp', 'rsp', 'ions', 'count', 'D'
- Final tsv report containing fdr filtered identifications and optionally:
- raw and corrected quantitative data from reporter ions
- coincident ms2-ms3 identifications
- Can analyze different combinations of MS/MS scan cycles, including:
- n pqdMS2 + 1 cidMS2 + 1 cidMS3 (p.e. phosphopeptides with itraq, n = 3)
- 1 cidMS2 + 1 cidMS3 (p.e. phosphopeptides qualitative)
- n pqdMS2 (p.e. general quant analysis, n = 1)
- Quantitation
- iTRAQ and TMT data analysis
- User calibration of reporter mass and mass window
- table to set bacht specific isotope contributions to each reporter signal
- reporter quantitation with correction of isotopic contribution
- FDR filtering
- 2-dimensional FDR setting using D-value and X-Correlation
- Tool to characterize the id of filtered or unfiltered target and decoy identifications
- Tool to evaluate better FDR boundary settings.
- Automatic iterative process that selects best FDR line parameters.
- Tool for checking and fixing Thermo Bioworks malformed XML files

Installation
Tested in Windows XP 32 bits and Windows 7 64 bits.
Requirements
- Thermo Bioworks Libraries:
PSearch
uses the Thermo Bioworks XRaw and XRawfile libraries, so Bioworks has to be installed on your computer.
From Installer
- Download
PSearch_x.y_setup.exe
windows installer from repository at the PSearch project download page.
- Get your Password for the installer.
- Double click on the installer and follow the Setup Wizard.
- Run
PSearch
by double-clicking on the PSearch
short-cut in your desktop or from the START-PROGRAMS application folder created by the installer.
From Source
- Install Python and third party software indicated in Dependencies.
- Download
PSearch
source code from its Mercurial Source Repository.
- Download commons source code from its Mercurial Source Repository.
- Copy the folders in python site-packages or in another folder in the python path.
- Run
PSearch
by double-clicking on the psrch_main.pyw
module.
Source Dependencies:
Third-party program versions correspond to those used for the installer available here. Lower versions have not been tested, although they may also be fine.
Post-Install
To Do!
Download
You can download the last version of PSearch
here.
After downloading the binary installer, you have to e-mail us at
to get your free password and unlock the installation program. The password is not required to run the application from source code
Change-Log
1.6dev February 2012
- English translations
- Extensive refactoring
- relocation of scripts not related with the package
- moving several modules to commons (warns, iconic, maniclock)
- version number on module names eliminated
1.5 January 2010
1.4 November 2009
1.3 November 2009
1.0 September 2009
0.6 June 2009
To-Do
- Hacer que la file con datos originales se salve el mismo nombre que el log (basado en el tiempo de ordenador). Ahora su nombre es siempre 'full_outfile' -> no
- Mejorar el funcionamiento del corte con circulo
- Documentar algunas funciones
- Poner iconos en las ventanas de herramientas ? -> no
- Crear un aviso que desaparezca soloCreate a user-modifiable configuration file to hold directory and filelocation currently hard-coded in source file kblast_common.py
- Interface refinements
Contribute
These programs are made to be useful. If you use them and don't work entirely as you expect, let us know about features you think are needed, and we will try to include them in future releases.
