flagx.pipeline ============== The FLAG-X GatingPipeline offers higher level access to the functionality implemented in the ``io``, ``gating``, and ``dimred`` modules. It orchestrates: - training data loading and processing, model training, and pipeline saving; - as well as pipeline loading, automated gating, dimensionality, and export of results to FCS for inference on new data. .. autoclass:: flagx.pipeline.GatingPipeline :members: :no-undoc-members: :show-inheritance: