Expand description
§Calibration Module
This module provides functionality for calibrating BAM files based on coverage requirements. It supports different calibration modes: fixed coverage, sample mean coverage, and sample profile matching.
The main entry point is the calibrate function, which processes a BAM file
and writes the calibrated output to another BAM file.
Enums§
- Calibration
Mode - Represents the different modes for calibration.
Functions§
- calibrate
- Calibrates a BAM file by downsampling reads in target regions according to the specified mode.