Logo Lanfrica

nour0810/mena-microbiome-db

Domain:

healthcare

Record type:

dataset
Creator:
nou
Host:
🧬 The first region-scale, harmonized #metagenomic catalog for the Middle East & North Africa β€” 60,126 runs across 24 countries 🌍, featuring an interactive web platform πŸ–₯️, ecological analytics πŸ“Š, and a full reproducible pipeline βš™οΈ # 🧬 MENA Microbiome Database > **The first region-scale, harmonized metagenomic catalog for the Middle East and North Africa.** 🌍 --- ## πŸ“‹ Overview The **MENA Microbiome Database** consolidates all publicly available metagenomic records from **24 Middle Eastern and North African countries** into a single, harmonized, and fully searchable resource. | Metric | Value | |--------|-------| | πŸ§ͺ Metagenomic runs | **60,126** | | 🧬 Unique BioSamples | **51,365** | | πŸ“ BioProjects | **2,373** | | 🌍 Countries covered | **24** | | πŸ“… Data span | **2008 – 2026** | | 🧬 Primary sequencing platform | Illumina (87.2%) | Data were retrieved from **ENA**, **NCBI SRA**, and **PubMed**-linked BioProjects, harmonized to a common schema, and enriched with BioSample / experiment / study XML attributes. Community metagenomics runs are algorithmically separated from single-organism genomics using a transparent, rule-based classifier. --- ## 🌐 Interactive Web Platform The platform is deployed via **GitHub Pages** and requires no installation. **β†’ Open the MENA Microbiome Platform** Features: - πŸ” Full-text & multi-filter search across all 60,126 runs - πŸ—ΊοΈ Per-country, per-category, and per-biome breakdown - πŸ“Š Ecology & diversity analytics (Shannon, Simpson, PCoA, PERMANOVA) - πŸ—ΊοΈ Geospatial sampling map with Moran's I spatial clustering - 🧠 NLP-derived thematic cluster explorer (9 clusters, silhouette = 0.59) - πŸ“€ Export to TSV / CSV / XLSX / JSON > **GitHub Pages setup:** In your repository settings go to **Settings β†’ Pages**, set the source branch to `main` and the folder to `/ (root)`. The `index.html` file is the platform entry point. --- ## πŸ“‚ Repository Structure ``` mena-microbiome-db/ β”œβ”€β”€ index.html # 🌐 Interactive web platform (GitHub Pages entry point) β”œβ”€β”€ README.md β”œβ”€β”€ requirements.txt # πŸ“¦ Python dependencies for all scripts β”œβ”€β”€ .gitignore └── scripts/ β”œβ”€β”€ 01_fetch_mena_v5_patched.py # πŸ“₯ Step 1 β€” Data acquisition from ENA & …

Languages