You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script implements the complete computational workflow for deriving the Immune Defense Score (IS) based on QImmuDef-VAE latent representations and ensemble-model–trained reference samples. It is designed for reproducible scoring of immune defense capacity for both healthy controls and disease cohorts.
69
+
70
+
## DImmuScore calculation
71
+
72
+
### Command-Line Usage
73
+
```bash
74
+
python run_immudef.py \
75
+
--input data/expression_matrix.csv \
76
+
--vae_model models/QImmuDefVAE.pt \
77
+
--ensemble_model models/ensemble.pkl \
78
+
--gene_list data/immune_gene_list.txt \
79
+
--outdir results/
80
+
```
81
+
### Required Input Files
82
+
Argument Description
83
+
```bash
84
+
--input Expression matrix (.csv or .tsv). Rows = samples,
0 commit comments