Installation
git clone <repository-url>
cd biomedgps-explainer
pip install -e .
Model Setup
Models are automatically downloaded from Weights & Biases (wandb). Browse available models at wandb.ai/yjcyxky/biomedgps-kge-v1 to find different model run IDs.
# No manual preparation required!
# Use --model-run-id to specify which model to download
Run Analysis
python3 examples/run_full_example.py
# Or use CLI
biomedgps-explainer run --disease-id MONDO:0004979 --model-run-id 6vlvgvfq --output-dir results/
View Results
Check the results/
directory for comprehensive analysis reports and visualizations