Software:da2tpp

From SPCTools

Jump to: navigation, search

Working with Bruker DataAnalysis for data extraction and the TPP


Why da2tpp.pl? da2tpp.pl is a Bruker DataAnalysis (DA) MGF file converter for the TPP. DA MGF file searched with Mascot or any other engine produces DB search result files incompatible with the TPP conversion to pepXML. However, DA is a powerful extraction software for file produced on Bruker intruments. This script offers users the possibility to extract their data in DA and analyse them in the TPP.

What is it doing?

da2tpp.pl creates a new MGF file or DTAs directory that can be used for database search. DB result files can be then used in the TPP. In general, DA combines identical precursors into a single MS/MS spectra for database search. da2tpp.pl uses the mzXML file created with CompassXport to find scan numbers for each precursor and attributes to this single combined MS/MS spectra, the scan number that has the highest intensity. da2tpp.pl takes an MGF file as input and writes output to a new MGF file or a DTAs directory.

How is it working?

1. Extract data using DataAnalysis into MGF format

2. Create mzXML files directly from the DA export function or using CompassXport in command line

3. Copy or transfer all MGF files to be transformed into your TPP analysis folder

4. Copy or transfer all mzXML files belonging to each MGF file to the same directory

5. Convert using da2tpp.pl

Usage:

       da2tpp.pl (outputformat) (mode) mgffile

Outputformat:

       -mgf Outputformat will be written in MGF format
       -dta Outputformat will be written in DTA format

Mode:

       -s Keep a single MSMS spectra for identical precursors and attributes scan number by searching
          the precursor with the highest intensity in the corresponding mzXML
       -m Write the same MSMS spectra for each combined scan number done by Data Analysis

Ex:

       da2tpp.pl -mgf -s filename.mgf                     --> single file
       for i in *.mgf; do da2tpp.pl -mgf -s $i; done      --> multiple files

Download da2tpp.pl at http://groups.google.com/group/spctools-discuss/files

Personal tools