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 |