mioXpektron.utils.main

High-level utilities for parallel peak extraction and alignment.

Functions

batch_processing(files, *[, max_workers, ...])

Parallel batch peak detection.

mioXpektron.utils.main.batch_processing(files, *, max_workers=None, mz_min=None, mz_max=None, normalization_target=100000000.0, method=None, min_intensity=1, min_snr=3, min_distance=5, window_size=10, peak_height=50, prominence=50, min_peak_width=1, max_peak_width=75, width_rel_height=0.5, distance_threshold=0.01, mz_tolerance=0.2, mz_rounding_precision=1)[source]

Parallel batch peak detection.

Returns (peaks_df, intensity_df, area_df) analogous to the legacy implementation.