Agent skill

tooluniverse-gwas-finemapping

Identify and prioritize causal variants at GWAS loci using statistical fine-mapping and locus-to-gene predictions. Computes posterior probabilities for causal variants, links variants to genes via L2G predictions, annotates functional consequences, and suggests validation strategies. Use when asked to fine-map GWAS loci, prioritize causal variants, identify credible sets, or link GWAS signals to causal genes.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill tooluniverse-gwas-finemapping --agent claude-code

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

Facts
Files in the skill folder: 6
SKILL.md size: 12 KB
Bundled scripts: yes
Path: skills/openclaw/tooluniverse-gwas-finemapping/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

# GWAS Fine-Mapping & Causal Variant Prioritization Identify and prioritize causal variants at GWAS loci using statistical fine-mapping and locus-to-gene predictions. ## Overview Genome-wide association studies (GWAS) identify genomic regions associated with traits, but linkage disequilibrium (LD) makes it difficult to pinpoint the causal variant. **Fine-mapping** uses Bayesian statistical methods to compute the posterior probability that each variant is causal, given the GWAS summary statistics. This skill provides tools to: - **Prioritize causal variants** using fine-mapping posterior probabilities - **Link variants to genes** using locus-to-gene (L2G) predictions - **Annotate variants** with functional consequences - **Suggest validation strategies** based on fine-mapping results ## Key Concepts ### Credible Sets A **credible set** is a minimal set of variants that contains the causal variant with high confidence (typically 95% or 99%). Each variant in the set has a **posterior probability** of being causal, computed using methods like: - **SuSiE** (Sum of Single Effects) - **FINEMAP** (Bayesian fine-mapping) - **PAINTOR** (Probabilistic Annotation INtegraTOR) ### Posterior Prob

What's inside
Steps it walks through
  1. Overview
  2. Key Concepts
  3. Credible Sets
  4. Posterior Probability
  5. Locus-to-Gene (L2G) Predictions
  6. Use Cases
  7. 1. Prioritize Variants at a Known Locus
  8. 2. Fine-Map a Specific Variant
  9. 3. Explore All Loci from a GWAS Study
  10. 4. Find GWAS Studies for a Disease
  11. 5. Get Validation Suggestions
  12. Workflow Example: Complete Fine-Mapping Analysis
  13. Data Classes
  14. FineMappingResult
Ships with 5 files
  • .env.template
  • QUICK_START.md
  • README.md
  • python_implementation.py
  • test_skill_comprehensive.py
More from awesome-bio-agent-skills
All skills →
About this skill
What does the tooluniverse-gwas-finemapping skill do?

Identify and prioritize causal variants at GWAS loci using statistical fine-mapping and locus-to-gene predictions. Computes posterior probabilities for causal variants, links variants to genes via L2G predictions, annotates functional consequences, and suggests validation strategies. Use when asked to fine-map GWAS loci, prioritize causal variants, identify credible sets, or link GWAS signals to causal genes.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill tooluniverse-gwas-finemapping --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