Skip to content

8. Data processing parameters modification

Xinsong Du edited this page Jul 12, 2020 · 18 revisions

Steps of data processing

Mass detection -> Chromatogram builder -> Smoothing -> Chromatogram deconvolution -> Isotopics peaks grouper -> Join aligner -> Peak finder -> Duplicate peak filter

Corresponding files that need to be modified

"rump/batchfile_generator_pos_253.py" contains parameters for positive data processing; "rump/batchfile_generator_neg_253.py" contains parameters for negative data processing.

Parameter Modification with The Aid of MZmine-2.53

Suppose I want to change mass detection parameters for positive data
  1. Open MZmine-2.53 batch mode param_modification_step1
  2. Add mass detection to batch queue param_modification_step2
  3. Default mass detection algorithm of RUMP is centroid, now change it (e.g., change to local maxima)
  • Click "Configure" param_modification_step3
  • Click "..." and set parameters for local maxima algorithm param_modification_step3
  • Note: make sure "Those created by previous batch step" is selected for "Raw data files"
  1. Click "OK" and use "Save..." button to save config file to your computer param_modification_step4
  2. Open saved config file, copy the mass detection module to clipboard param_modification_step5
  3. Open "rump/batchfile_generator_pos_253.py" and replace mass detection module with your new mass detection module by pasting from your clipboard param_modification_step6 param_modification_step6
  4. Add "\n\" to the end of each line you copied, then the file will be like the following param_modification_step7
  5. Add "\" to quotes in your new mass detection module param_modification_step8

Modifying Parameter by Directly Editing Code

Open corresponding file

Open files containing data processing parameters: "rump/batchfile_generator_pos_253.py" contains parameters for positive data processing; "rump/batchfile_generator_neg_253.py" contains parameters for negative data processing.

Mass detection

mass_detection

Chromatogram builder

chromatogram_builder

Smoothing

smoothing

Chromatogram deconvolution

chromatogram deconvolution

Isotopics peaks grouper

isotope grouping

Join Aligner

join aligner

Peak finder

peak finder

Duplicate peak filter

duplicate peak filter

Clone this wiki locally