TOPFD(1) | TopPIC suite | TOPFD(1) |
topfd - Top-down mass spectral Feature Detection
TopFD (Top-down mass spectral Feature Detection) is a software tool for top-down spectral deconvolution, which groups top-down mass spectral peaks into isotopomer envelopes and converts isotopomer envelopes to monoisotopic neutral masses. In addition, it extracts proteoform features from MS1 spectra.
The input of TopFD is mass spectrometry data files in the mzXML or mzML format. Raw mass spectral data generated from various mass spectrometers can be converted to mzML or mzXML files using msconvert.
TopFD outputs two LC/MS feature text files with a file extension "feature", one LC/MS feature file with a file extension "xml", and a deconvoluted mass spectral data file for MS/MS spectra in the msalign format with a file extension "msalign", which is similar to the MGF file format. In addition, TopFD creates two folders containing java scripts files of spectral data for spectral visualization and other files generated in spectral deconvolution. For example, when the input file name is spectra.mzML, the output includes:
-h [ --help ] Print the help message.
-c [ --max-charge ] <a positive integer> Set the maximum charge state of precursor and fragment ions. The default value is 30.
-m [ --max-mass ] <a positive number> Set the maximum monoisotopic mass of precursor and fragment ions. The default value is 100,000 Dalton.
-e [ --mz-error ] <a positive number> Set the error tolerance of m/z values of spectral peaks. The default value is 0.02 m/z.
-r [ --ms-one-sn-ratio ] <a positive number> Set the signal/noise ratio for MS1 spectra. The default value is 3.
-t [ --ms-two-sn-ratio ] <a positive number> Set the signal/noise ratio for MS/MS spectra. The default value is 1.
-w [ --precursor-window ] <a positive number> Set the precursor isolation window size. The default value is 3.0 m/z.
-o [ --missing-level-one ] Specify that the input file does not contain MS1 spectra.
topfd spectra.mzML
topfd spectra1.mzML spectra2.mzML
topfd *.mzML
topfd -o spectra.mzML
topfd -w 2 spectra.mzML
topfd -r 2 spectra.mzML
topfd -c 50 -m 30000 -t 2 spectra.mzML
This man page was written by Filippo Rusconi <lopippo@debian.org>. Material was taken from http://proteomics.informatics.iupui.edu/software/toppic/manual.html.
Filippo Rusconi <lopippo@debian.org> and upstream authors (Dr. Xiaowen Liu's Lab at Indiana University-Purdue University Indianapolis and others)
Filippo Rusconi and Indiana University-Purdue University Indianapolis
20200521 | 1 |