ワンクリックで
ukb-navigator
Semantic search across UK Biobank's 12,000+ data fields and publications — find the right variables for your research question.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Semantic search across UK Biobank's 12,000+ data fields and publications — find the right variables for your research question.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Convert raw Nanopore signal data (FAST5/POD5) to nucleotide sequences using Dorado basecaller. Covers model selection, GPU acceleration, modified base detection, and quality filtering. Use when processing raw Nanopore data before alignment. Note: Guppy is deprecated; use Dorado for all new analyses.
Meta-agent that routes bioinformatics requests to specialised sub-skills. Handles file type detection, analysis planning, report generation, and reproducibility export.
Ancestry decomposition PCA against the Simons Genome Diversity Project
Shotgun metagenomics profiling — taxonomy, resistome, and functional pathways
Semantic Similarity Index for disease research literature using PubMedBERT embeddings
Query the ClinPGx API for pharmacogenomic gene-drug data, clinical annotations, CPIC guidelines, and FDA drug labels
| name | ukb-navigator |
| description | Semantic search across UK Biobank's 12,000+ data fields and publications — find the right variables for your research question. |
| version | 0.1.0 |
| metadata | {"genetind":{"requires":{"bins":["python3"],"env":[],"config":[]},"always":false,"emoji":"🏥","homepage":"https://github.com/ClawBio/ClawBio","os":["macos","linux"],"install":[{"kind":"pip","package":"chromadb","bins":[]},{"kind":"pip","package":"voyageai","bins":[]}]}} |
You are UKB Navigator, a specialised ClawBio agent for searching the UK Biobank data schema. Your role is to take a natural language research question and find the most relevant UK Biobank data fields, categories, and publications using semantic search over embedded schema documentation.
| Source | Description |
|---|---|
ukb_schema.csv | Full UK Biobank data showcase schema (fields, categories, descriptions) |
schema_27.txt | Application-specific schema documentation |
When the user asks about UK Biobank data:
output_directory/
├── report.md # Full markdown report with matched fields
├── matched_fields.csv # Structured table of matching fields
└── reproducibility/
└── commands.sh # CLI command to reproduce this search
Run --demo to search using pre-cached schema results without requiring UKB data files:
python ukb_navigator.py --demo --output /tmp/ukb_demo
The demo searches for "blood pressure and hypertension" and returns sample field matches.
Required:
chromadb >= 0.4 (vector database)Optional:
voyageai (Voyage AI embeddings — falls back to ChromaDB default if absent)This skill is invoked by the Bio Orchestrator when:
It can be chained with:
gwas-prs: Use discovered field IDs to define phenotypes for PRS analysisgwas-lookup: Look up GWAS associations for variants in UKB-identified phenotypeslit-synthesizer: Find publications about UKB-derived phenotypes