bio-geo-data

Installation
SKILL.md

GEO Data

Query and access Gene Expression Omnibus datasets using Biopython's Entrez module.

Required Setup

from Bio import Entrez

Entrez.email = 'your.email@example.com'  # Required by NCBI
Entrez.api_key = 'your_api_key'          # Optional

GEO Database Types

Database db value Description
GEO DataSets gds Curated datasets (GDS*)
GEO Profiles geoprofiles Individual gene profiles
Installs
3
GitHub Stars
1.1K
First Seen
Jan 24, 2026
bio-geo-data — gptomics/bioskills