Module lazy_builder

Module lazy_builder 

Source
Expand description

Lazy frame builders for DIA and DDA synthetic experiments.

This module provides TimsTofLazyFrameBuilderDIA and TimsTofLazyFrameBuilderDDA, memory-efficient alternatives to their non-lazy counterparts that only load peptide/ion data for the frames being built rather than loading everything upfront.

Structsยง

TimsTofLazyFrameBuilderDDA
A lazy frame builder for DDA experiments that only loads data as needed.
TimsTofLazyFrameBuilderDIA
A lazy frame builder for DIA experiments that only loads data as needed.