downsampling ============ This module contains functions for downsampling the input data, which can be useful for testing and benchmarking purposes. It exposes both a Click CLI group and Python-callable wrappers. CLI Commands ------------ .. click:: oddSNP.downsampling:downsample :prog: oddSNP downsample :nested: full Python API ---------- .. automodule:: oddSNP.downsampling :members: :undoc-members: :show-inheritance: :member-order: alphabetical