-
Notifications
You must be signed in to change notification settings - Fork 8
8. Data processing parameters modification
Xinsong Du edited this page Jul 12, 2020
·
18 revisions
Mass detection -> Chromatogram builder -> Smoothing -> Chromatogram deconvolution -> Isotopics peaks grouper -> Join aligner -> Peak finder -> Duplicate peak filter
"rump/batchfile_generator_pos_253.py" contains parameters for positive data processing; "rump/batchfile_generator_neg_253.py" contains parameters for negative data processing.
- Open MZmine-2.53 batch mode
- Add mass detection to batch queue
- Default mass detection algorithm of RUMP is centroid, now change it (e.g., change to local maxima)
- Click "Configure"
- Click "..." and set parameters for local maxima algorithm
- Note: make sure "Those created by previous batch step" is selected for "Raw data files"
- Click "OK" and use "Save..." button to save config file to your computer
- Open saved config file, copy the mass detection module to clipboard
- Open "rump/batchfile_generator_pos_253.py" and replace mass detection module with your new mass detection module by pasting from your clipboard
- Add "\n\" to the end of each line you copied, then the file will be like the following
- Add "\" to quotes in your new mass detection module
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.
Usage
- Setup your computer
- Installing
- Setup your projects with RUMP using local machine
- Setup your projects with RUMP using HiPerGator
- Setup your projects with RUMP using Amazon Web Service
- Executing time estimation
- Data processing parameters modification
Components
- Data collection/generation
- MODIS data quality control
- Data format conversion
- Data processing
- File format transformation
- Statistical analysis
- Unidentified metabolites search
- Pathway analysis
- Report generation
Developers