NutriGx Advisor¶
Generate personalised nutrigenomics recommendations from 23andMe or AncestryDNA data. Maps genotypes for MTHFR, lactose tolerance, caffeine metabolism, vitamin D, omega-3, and other diet-relevant variants to actionable dietary guidance.
Quick Demo¶
python3 skills/nutrigx_advisor/nutrigx_advisor.py \
--input skills/nutrigx_advisor/synthetic_patient.txt \
--output /tmp/nutrigx_demo
CLI Reference¶
| Argument | Required | Description |
|---|---|---|
--input |
Yes | Path to 23andMe or AncestryDNA raw data file |
--output |
Yes | Output directory for report and figures |
Output¶
report.md-- Personalised nutrigenomics report with dietary recommendationsfigures/-- Nutrient metabolism chartstables/-- Genotype-to-nutrient mappings (CSV)commands.sh-- Reproducibility scriptenvironment.yml-- Pinned dependencieschecksums.sha256-- Output verification