# GlycoCardioKG — Figure Export

This folder contains all 12 manuscript figures in three formats and the Python scripts that generated them.

## Folder layout

```
figures_export/
├── svg/       True-vector SVG — edit directly in Illustrator / Inkscape
├── pdf/       High-quality PDF, 300 DPI — submit to journal
├── png/       Original 300 DPI PNG rasters
└── scripts/   Python source code for Figures 1–12
               19_generate_manuscript_figures.py  → Figures 1–5
               21_generate_additional_figures.py  → Figures 6–12
```

## Figures

- **Figure 1  –  Study Workflow Overview**
- **Figure 2  –  Knowledge Graph Landscape**
- **Figure 3  –  GlycoMPR Benchmark**
- **Figure 4  –  Validation Summary**
- **Figure 5  –  Case Study Network**
- **Figure 6  –  Source Statistics**
- **Figure 7  –  Glycan Burden Analysis**
- **Figure 8  –  GlyGen Detail Validation**
- **Figure 9  –  Open Targets Evidence**
- **Figure 10 –  HPA Expression Support**
- **Figure 11 –  Score Decomposition**
- **Figure 12 –  Reactome Pathway Enrichment**

## How to regenerate

```bash
cd scripts/
python 19_generate_manuscript_figures.py
python 21_generate_additional_figures.py
python 22_export_figures_folder.py   # re-export SVG + PDF + PNG
```
