Agent skill · Databases

geo-database

NCBI GEO access via GEOparse and E-utilities. Search by keyword/organism/platform, download GSE series matrices, parse GPL annotations, extract GSM metadata, load expression matrices into pandas. For single-cell use cellxgene-census; for multi-DB access use gget-genomic-databases.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill geo-database --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/sciagent/geo-database/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GEO Gene Expression Omnibus Database ## Overview GEO (Gene Expression Omnibus) is NCBI's public repository for high-throughput functional genomics data, containing 200,000+ datasets (series) from microarrays, RNA-seq, ChIP-seq, methylation, and proteomics experiments. GEOparse provides a Python interface for downloading and parsing GEO records (GSE series, GPL platforms, GSM samples) while NCBI E-utilities enables programmatic search across GEO's metadata. ## When to Use - Searching for publicly available gene expression datasets by organism, tissue, disease, or experimental condition - Downloading and parsing a specific GEO series (GSE) with its expression matrix and sample metadata - Extracting sample annotation tables (e.g., treatment groups, clinical covariates) for meta-analysis - Loading microarray expression data (GPL platform-annotated probes) into a tidy DataFrame - Retrieving all GEO experiments associated with a gene or pathway of interest - Building automated pipelines that download and process GEO datasets for downstream analysis - For single-cell RNA-seq data at scale, use `cellxgene-census`; for aligned reads, download FASTQ from ENA/SRA instead ## Prerequisites -

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. Query 1: Search GEO Datasets via E-utilities
  7. Query 2: Fetch Dataset Summary Metadata
  8. Query 3: Download and Parse a GEO Series
  9. Query 4: Extract Expression Matrix
  10. Query 5: Download Individual Sample (GSM)
  11. Query 6: Direct FTP Download for Large Series
  12. Key Concepts
  13. GEO Record Types
  14. SuperSeries and SubSeries
Commands it runs
pip install GEOparse requests pandas
More from awesome-bio-agent-skills
All skills →
About this skill
What does the geo-database skill do?

NCBI GEO access via GEOparse and E-utilities. Search by keyword/organism/platform, download GSE series matrices, parse GPL annotations, extract GSM metadata, load expression matrices into pandas. For single-cell use cellxgene-census; for multi-DB access use gget-genomic-databases.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill geo-database --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going