![]() |
OpenMS
|
Repairs MALDI experiments which were spotted line by line in a meandering pattern.
| pot pot pot |
|---|
|
Problem Description:
MALDI (Matrix-Assisted Laser Desorption/Ionization) spotting robots often apply samples to target plates in a "meandering" or "snake-like" pattern to optimize spotting efficiency. This means:
When the mass spectrometer reads these spots in physical order (left to right for all rows), the spectra from alternating rows have incorrect retention time assignments, appearing in reverse chronological order compared to when they were spotted.
Solution:
DeMeanderize corrects this by:
Algorithm Details:
The tool processes spectra sequentially and assigns pseudo-RT values:
The algorithm maintains:
After processing num_spots_per_row MS1 spectra, the algorithm switches to the next row and toggles the reversal flag.
Parameters:
num_spots_per_row: Number of spots in each row of the plate (default: 48)RT_distance: The pseudo-RT spacing between adjacent spots (default: 1.0)Example:
For a plate with 4 spots per row and RT_distance=1.0:
After correction and sorting, spectra are ordered by actual spotting sequence.
The command line parameters of this tool are:
INI file documentation of this tool: