A computational pipeline integrating metabolic flux modeling, PET imaging data, genetic enrichment analysis, and Bayesian integration to evaluate the hypothesis that endogenous DMT/tryptamine pathways are involved in schizophrenia pathophysiology.
This project performs a multi-modal computational analysis combining 6 independent lines of evidence — tryptophan metabolic flux, 5-HT2A receptor density, VMAT2 dysfunction, genetic enrichment from GWAS data, NMDA-DMT cross-modulation, and Bayesian integration — to assess the likelihood of DMT involvement in schizophrenia. The pipeline outputs a posterior probability score and detailed interpretation of each evidence stream.
| Module | File | Description |
|---|---|---|
| 1 | m01_tryptophan_flux.py |
Tryptophan/Indole Metabolic Flux Model — simulates tryptophan metabolism pathways and computes fold-changes in schizophrenia vs controls, including Monte Carlo uncertainty propagation (10,000 samples). |
| 2 | m02_5ht2a_vmAT2.py (5-HT2A) |
5-HT2A Receptor Density Analysis — evaluates PET-based 5-HT2A upregulation across cortical regions and tests symptom correlations. |
| 3 | m02_5ht2a_vmAT2.py (VMAT2) |
VMAT2 Dysfunction Simulation — models how reduced VMAT2 density impacts DMT/tryptamine packaging and synaptic availability. |
| 4 | m03_genetic_nmda_bayesian.py (Genetics) |
Genetic Enrichment Analysis — tests whether DMT-pathway genes are enriched for schizophrenia risk using GWAS data from the Psychiatric Genomics Consortium. |
| 5 | m03_genetic_nmda_bayesian.py (NMDA) |
NMDA-DMT Cross-Modulation Model — simulates how reduced DMT affects NMDA receptor function via acute inhibition and tonic maintenance mechanisms. |
| 6 | m03_genetic_nmda_bayesian.py (Bayesian) |
Bayesian Integration — combines all evidence streams into a final posterior probability using sequential Bayesian updating with sensitivity analysis. |
| 7 | m04_lab_contact_plan.py |
Lab Contact Plan & Experimental Design — recommends labs for follow-up experimental validation and proposes a definitive multi-modal study design. |
cd DMT_Schizophrenia_Analysis
python3 run_pipeline.pyThe pipeline runs all modules sequentially and saves full results to results/full_results.json.
| File | Description |
|---|---|
results/full_results.json |
Complete JSON output from all modules, including all intermediate computations, fold changes, p-values, posterior probabilities, and sensitivity analyses. |
- Net tryptamine signal reduced ~26% in schizophrenia (fold change: 0.74, p<0.0001, Monte Carlo)
- 5-HT2A upregulated in 3/4 brain regions (prefrontal cortex +32%, temporal +25%, occipital +15%)
- VMAT2 reduced ~18% across brain regions; net DMT availability impact: 0.73x
- DMT pathway genes significantly enriched for schizophrenia risk (p=0.0007, permutation test)
- GRIN2A (NMDA): p=1.1×10⁻⁶; HTR2A (5-HT2A): p=3.2×10⁻⁵
- P(DMT involved | all evidence) = 85.4% (Bayesian posterior)
- Results robust across all tested priors (0.01 to 0.50)
If you use this analysis in your research, please cite it as:
[Your Name]. DMT Involvement in Schizophrenia — Computational Analysis. [Year].
https://github.com/[your-username]/DMT_Schizophrenia_Analysis
Replace [Your Name], [Year], and the GitHub URL with the appropriate values for your release.
This project is licensed under the MIT License. See the LICENSE file for the full text.
- Python 3.8+
- numpy
- scipy
- matplotlib (optional, for generating figures)
Install dependencies:
pip install -r requirements.txt- No direct DMT measurements in schizophrenia — all evidence uses proxies (tryptamine, receptor density, genetics).
- 5-HT2A upregulation is consistent with multiple theories (serotonin, glutamate, dopamine), not specific to DMT.
- Bayesian likelihoods are estimates, not derived from precise measurements.
- Critical DMT synthesis genes (DDC, TMTC) are understudied in GWAS.
- Direct measurement of DMT/tryptamine in schizophrenia CSF/plasma via LC-MS/MS.
- Correlate DMT levels with 5-HT2A density (PET) in the same patients.
- Test 5-HT2A antagonist efficacy beyond dopamine blockade.
- Measure tryptophan/tryptamine/DMT in first-episode, drug-naive patients.