genotype ======== This module provides auxiliary methods for genotype handling used both by the **SNP-IC** and **cpSNP-IC** calculation pipelines. It exposes both a Click CLI group and Python-callable wrappers. CLI Commands ------------ .. click:: oddSNP.genotype:genotype :prog: oddSNP genotype :nested: full Python API ---------- .. automodule:: oddSNP.genotype :members: :undoc-members: :show-inheritance: :member-order: alphabetical