![]() |
OpenMS
|
FLASHDeconv performs ultrafast deconvolution of top down proteomics MS datasets. FLASHDeconv takes mzML file as input and outputs deconvolved feature list (.tsv) and deconvolved spectra files (.tsv, .mzML, .msalign, .ms1ft). FLASHDeconv uses SpectralDeconvolution for spectral level deconvolution and MassFeatureTracer to detect mass features. Also for MSn spectra, the precursor masses (not peak m/zs) should be determined and assigned in most cases. This assignment can be done by tracking MSn-1 spectra deconvolution information. Thus FLASHDeconv class keeps MSn-1 spectra deconvolution information for a certain period for precursor mass assignment in DeconvolvedSpectrum class. In case of FLASHIda runs, this precursor mass assignment is done by FLASHIda. Thus FLASHDeconv class simply parses the log file from FLASHIda runs and pass the parsed information to DeconvolvedSpectrum class.
See https://openms.de/FLASHDeconv for more information.
The command line parameters of this tool are:
FLASHDeconv -- Ultra-fast high-quality deconvolution enables online processing of top-down MS data
Full documentation: http://www.openms.de/doxygen/nightly/html/TOPP_FLASHDeconv.html
Version: 3.1.0-pre-feature-FLASHDeconvDevelop-2023-12-05 Dec 5 2023, 14:17:23, Revision: da80f56
To cite OpenMS:
+ Rost HL, Sachsenberg T, Aiche S, Bielow C et al.. OpenMS: a flexible open-source software platform for
mass spectrometry data analysis. Nat Meth. 2016; 13, 9: 741-748. doi:10.1038/nmeth.3959.
To cite FLASHDeconv:
+ Jeong K, Kim J, Gaikwad M et al.. FLASHDeconv: Ultrafast, High-Quality Feature Deconvolution for Top-Down
Proteomics. Cell Syst 2020 Feb 26;10(2):213-218.e6. doi:10.1016/j.cels.2020.01.003.
Usage:
FLASHDeconv <options>
This tool has algorithm parameters that are not shown here! Please check the ini file for a detailed descript
ion or use the --helphelp option
Options (mandatory options marked with '*'):
-in <file>* Input file (mzML) (valid formats: 'mzML')
-out <file>* Default output tsv file containing deconvolved features (valid formats: 'tsv')
-out_spec1 <file> Output tsv file containing deconvolved MS1 spectra. Likewise, use -out_spec2,
..., -out_spec4 to specify tsv files for MS2, ..., MS4. (valid formats: 'tsv')
-out_mzml <file> Output mzml file containing deconvolved spectra (of all MS levels) (valid forma
ts: 'mzML')
-out_quant <file> Output tsv file containing isobaric quantification results for MS2 only (valid
formats: 'tsv')
-out_annotated_mzml <file> Output mzml file containing annotated spectra. For each annotated peak, monoiso
topic mass, charge, and isotope index are stored as meta data. Unannotated peak
s are also copied as well without meta data. (valid formats: 'mzML')
-out_msalign1 <file> Output msalign (topFD and ProMex compatible) file containing MS1 deconvolved
spectra. Likewise, use -out_msalign2 for MS2 spectra. The file names for MS1
and MS2 should end with ms1.msalign and ms2.msalgin respectively to be able to
be recognized by TopPIC GUI. (valid formats: 'msalign')
-out_feature1 <file> Output feature (topFD compatible) file containing MS1 deconvolved features.
Likewise, use -out_feature2 for MS2 features. The MS1 and MS2 feature files
are necessary for TopPIC feature intensity output. (valid formats: 'feature')
-keep_empty_out If set, empty output files (e.g., *.tsv file when no feature was generated)
are kept.
-write_detail To write peak information per deconvolved mass in detail or not in tsv files
for deconvolved spectra. If set to 1, all peak information (m/z, intensity,
charge and isotope index) per mass is reported.
Common TOPP options:
-ini <file> Use the given TOPP INI file
-threads <n> Sets the number of threads allowed to be used by the TOPP tool (default: '1')
-write_ini <file> Writes the default configuration file
--help Shows options
--helphelp Shows all options (including advanced)
The following configuration subsections are valid:
- FD FLASHDeconv algorithm parameters
- SD Spectral deconvolution parameters
- ft Feature tracing parameters
- iq Isobaric quantification parameters
- tagger Tagger parameters
You can write an example INI file using the '-write_ini' option.
Documentation of subsection parameters can be found in the doxygen documentation or the INIFileEditor.
For more information, please consult the online documentation for this tool:
- http://www.openms.de/doxygen/nightly/html/TOPP_FLASHDeconv.html
INI file documentation of this tool: