""" MuLGIT: Multi-layer Genotype Integration Transformer A causal deep learning-powered cross-layer multi-omics harmonization and integration framework following the central dogma of biology for deciphering molecular interplays underlying exceptional longevity. Modules: - mulgit.models: Core model architectures (SeNMo-style SNN, central dogma layers) - mulgit.batch_correction: InfoCORE-based batch effect removal - mulgit.causal: Causal discovery and genotype-phenotype inference - mulgit.path_ae: PATH-AE cross-species transfer learning - mulgit.drug_target: Chemical genomics & drug target identification - mulgit.pipeline: End-to-end training and evaluation pipeline """ __version__ = "0.1.0"