MuLGIT / mulgit /__init__.py
vedatonuryilmaz's picture
Upload mulgit/__init__.py with huggingface_hub
011464b verified
raw
history blame contribute delete
714 Bytes
"""
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"