Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Fetch compact BioBank Japan PheWAS summaries for single variants by accepting rsID, GRCh38, or GRCh37 input and resolving to the required GRCh37 query. Use when a user wants concise BBJ association results for one variant
npx claudepluginhub robinebers/converted-plugins --plugin life-science-researchHow this skill is triggered — by the user, by Claude, or both
Slash command
/life-science-research:biobankjapan-phewas-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Use `scripts/biobankjapan_phewas.py` for all BioBank Japan PheWAS lookups.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
scripts/biobankjapan_phewas.py for all BioBank Japan PheWAS lookups.rsid, grch37, grch38, or variant; resolve to the canonical GRCh37 chr:pos-ref-alt query before calling BioBank Japan.max_results; start with max_results=10 and only increase it if the first slice is insufficient.... in tool previews as UI truncation, not literal request content.save_raw=true and report raw_output_path instead of pasting large arrays into chat.max_results gradually instead of asking for large association dumps in one call.rsid, grch37, grch38, or variantmax_results, save_raw, raw_output_path, timeout_sec{"grch37":"10:114758349-C-T","max_results":10}{"grch38":"10:112998590-C-T","max_results":10}{"rsid":"rs7903146","max_results":10}{"variant":"10:114758349:C:T","max_results":25,"save_raw":true}ok, source, input, query_variant, max_results_applied, association_count, association_count_total, truncated, associations, variant, variant_url, raw_output_path, and warnings.raw_output_path when save_raw=true.ok=false with error.code and error.message.echo '{"grch37":"10:114758349-C-T","max_results":10}' | python scripts/biobankjapan_phewas.py
scripts/biobankjapan_phewas.py.