Overview of the GATK gCNV computational kernel
mastergcnvkernel is a Python module that serves as the computational backend for GATK germline copy number variant (gCNV) tools and workflows. It implements inference schemes for read-depth profile denoising, germline integer copy number variation discovery, and germline contig ploidy determination.
While intended to be called privately by GATK CLI tools (where its outputs are treated as intermediate data), advanced users can use it directly via provided Python CLI scripts or in interactive Python environments for exploratory analysis.