← ClaudeAtlas

omics-dataset-retrievallisted

Systematically retrieve, deduplicate, classify, and relevance-audit publicly available omics datasets for a user-specified disease, phenotype, gene, or biological process. Covers all major omics types (transcriptomics, proteomics, metabolomics, epigenomics, genomics, single-cell, spatial, lipidomics, multi-omics) across the broadest set of public repositories (GEO, SRA, ArrayExpress, PRIDE, OmicsDI, CELLxGENE, GDC/TCGA, ENCODE, and 20+ more). Use when the user asks to find, survey, catalog, or map available omics/sequencing datasets for a topic. Does NOT download raw data or run downstream analysis.
hossainlab/omics-skills · ★ 0 · Data & Documents · score 68
Install: claude install-skill hossainlab/omics-skills
# Omics Dataset Retrieval Build a deduplicated, relevance-audited catalog of public omics datasets for a disease, phenotype, gene, or biological process. Query every reachable public repository, classify each hit by omics type, score its relevance, and emit a CSV catalog + Markdown summary (+ optional landscape figure). **Boundary:** catalog metadata only. This skill does not download raw data files and does not perform downstream analysis. Worked examples (Alzheimer's, BCL11A/erythroid, PDAC) are in `references/examples.md`. ## Inputs | Parameter | Type | Description | |-----------|------|-------------| | `disease_or_topic` | string | Disease, phenotype, gene, or process (e.g. `"sickle cell disease"`, `"BCL11A"`) | | `synonyms` | list[str] | Alternative names, abbreviations, gene symbols (e.g. `["SCD","SCA","HbSS"]`) | | `omics_types` | list[str] or `"all"` | Restrict to omics types, or `"all"` (default) | | `organism` | string | `"all"` (default) — human, mouse, and all others. Restrict to `"human"`/`"mouse"` only if explicitly requested | | `year_min` | int | Earliest publication year (default: no limit) | | `output_dir` | path | Where to write outputs (default: `/mnt/results/`) | ## Outputs | File | Description | |------|-------------| | `<disease>_omics_datasets_MASTER.csv` | Full catalog with all metadata + relevance labels | | `<disease>_omics_datasets_VALIDATED.csv` | Filtered to `CORE/DIRECT` + `ADJACENT` only | | `<disease>_omics_summary.md` | Counts by omics