$npx skillfedfor your agent

tooluniverse-gwas-trait-to-gene

Identify genes associated with diseases and traits by querying GWAS Catalog and Open Targets Genetics data. This skill ranks candidate genes using locus-to-gene scores that combine eQTL, chromatin interaction, and distance evidence—moving beyond simple nearest-gene approaches. Results include p-values, replication counts, and confidence levels to guide target prioritization for drug discovery and functional validation.

tooluniverse-gwas-trait-to-gene discovers disease-linked genes by analyzing GWAS data with evidence-based locus-to-gene scoring.

AI-generated summary based on this skill's SKILL.md

1,595 242 Apache-2.0updated by mims-harvard

Decision gist · record as of 2026-07-27

tooluniverse-gwas-trait-to-gene discovers disease-linked genes by analyzing GWAS data with evidence-based locus-to-gene scoring. Identify genes associated with diseases and traits by querying GWAS Catalog and Open Targets Genetics data. This skill ranks candidate genes using locus-to-gene scores that combine eQTL, chromatin interaction, and distance evidence—moving beyond simple nearest-gene approaches. Results include p-values, replication counts, and confidence levels to guide target prioritization for drug discovery and functional validation.

manual: git clone https://github.com/mims-harvard/ToolUniverse → cp -r ToolUniverse/skills/tooluniverse-gwas-trait-to-gene ~/.claude/skills/tooluniverse-gwas-trait-to-gene
skills/tooluniverse-gwas-trait-to-gene/SKILL.md · version 8722b141

Use it when

  • tooluniverse-gwas-trait-to-gene performs GWAS trait to gene mapping by connecting genome-wide significant loci to their causal genes.
  • Yes.

Verify before relying

Read SKILL.md below before installing (5 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

mims-harvard/ToolUniverse/tooluniverse-gwas-trait-to-gene · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does tooluniverse-gwas-trait-to-gene find genes associated with type 2 diabetes?

tooluniverse-gwas-trait-to-gene queries GWAS Catalog and Open Targets Genetics data to identify genetic variants associated with type 2 diabetes. It then ranks candidate genes using locus-to-gene (L2G) scores that combine eQTL, chromatin interaction, and distance evidence—going beyond simple nearest-gene assignment. Results include p-values and replication counts to help prioritize the strongest associations.

What is GWAS trait to gene mapping and how does this skill perform it?

tooluniverse-gwas-trait-to-gene performs GWAS trait to gene mapping by connecting genome-wide significant loci to their causal genes. Rather than assigning variants to the nearest gene, it uses L2G scores that integrate eQTL data, chromatin interactions, and genomic distance. This multi-evidence approach improves accuracy in identifying true disease-causing genes from GWAS signals.

Can tooluniverse-gwas-trait-to-gene help discover drug targets from genetic evidence?

Yes. tooluniverse-gwas-trait-to-gene prioritizes drug targets by ranking genes based on genetic evidence strength. It combines L2G scores, replication counts across studies, and confidence levels to identify the most robust trait-gene associations. This genetic evidence helps guide target selection for drug discovery and reduces the risk of pursuing weak or non-replicated associations.

How does this skill map GWAS variants to genes using fine-mapping?

tooluniverse-gwas-trait-to-gene maps GWAS variants to genes by integrating fine-mapping credible sets with locus-to-gene scoring. L2G scores combine eQTL evidence (which genes are regulated by variants), chromatin interactions (which regulatory elements contact genes), and distance metrics. This multi-layered approach narrows candidate genes from broad loci to likely causal targets.

What data sources does tooluniverse-gwas-trait-to-gene use for gene discovery?

tooluniverse-gwas-trait-to-gene integrates GWAS Catalog data with Open Targets Genetics resources. It leverages eQTL databases, chromatin interaction maps, and genome-wide association study results to build L2G scores. These combined sources enable comprehensive trait-to-gene mapping and validation of genetic associations across multiple independent studies.

How can I validate trait-to-gene associations using this skill?

tooluniverse-gwas-trait-to-gene validates associations by reporting replication counts and confidence levels from multiple studies. It returns p-values and evidence strength metrics that indicate whether associations are genome-wide significant and consistently observed across independent cohorts, helping distinguish robust findings from spurious signals.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

GWAS Trait-to-Gene Discovery

Nearest gene is often wrong. Use L2G (locus-to-gene) scores from Open Targets which integrate eQTL, chromatin interaction, and distance data. L2G > 0.5 is a strong prediction; positional mapping alone should not be used to claim a causal gene. A single GWAS study with p < 5e-8 is suggestive — replication across independent cohorts is required for high confidence. GWAS hits are associations in the studied population; effect sizes and even the implicated gene can differ across ancestries due to differing LD patterns. Treat gene lists from GWAS as ranked candidates for validation, not confirmed causal genes.

LOOK UP DON'T GUESS: never assume trait-to-gene mappings or L2G scores — always call gwas_search_associations and

(truncated - see the full file via the links below)

File tree — 5 files
skills/tooluniverse-gwas-trait-to-gene/.env.template
skills/tooluniverse-gwas-trait-to-gene/SKILL.md
skills/tooluniverse-gwas-trait-to-gene/python_implementation.py
skills/tooluniverse-gwas-trait-to-gene/test_gwas_tools.py
skills/tooluniverse-gwas-trait-to-gene/test_skill_comprehensive.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Discover causal genes for diseases and traits using GWAS data”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

tooluniverse-gwas-finemapping
by mims-harvard · mims-harvard/ToolUniverse

This skill applies Bayesian fine-mapping methods to pinpoint causal variants within GWAS-associated regions, moving beyond the lead SNP to compute posterior probabilities for each variant in a credible set. It integrates locus-to-gene predictions and functional annotations to link variants to their target genes, helping researchers distinguish true causal effects from linkage disequilibrium artifacts.

Apache-2.0updated Jul 2026
★ 1,595repo stars
tooluniverse-gwas-study-explorer
by mims-harvard · mims-harvard/ToolUniverse

This skill enables systematic comparison of genome-wide association studies for any trait, aggregating effect sizes across studies and evaluating replication success. It integrates GWAS Catalog and Open Targets Genetics data to identify consistently replicated loci, detect heterogeneity from population and design differences, and assess study quality by sample size and ancestry diversity.

Apache-2.0updated Jul 2026
★ 1,595repo stars
tooluniverse-population-genetics
by mims-harvard · mims-harvard/ToolUniverse

Analyze genetic variation at the population level using integrated access to gnomAD, 1000 Genomes, GWAS Catalog, and clinical variant databases. Compute Hardy-Weinberg equilibrium, Fst divergence, and constraint metrics to interpret allele frequencies, disease associations, and evolutionary patterns across ancestry groups.

Apache-2.0updated Jul 2026
★ 1,595repo stars
Gwas Database
by jaechang-hits · jaechang-hits/SciAgent-Skills

Access the NHGRI-EBI GWAS Catalog REST API to search published genome-wide association studies and retrieve SNP-trait associations, variants, and summary statistics. Query by disease trait, PubMed ID, variant, or chromosomal region to explore genetic architecture, check pleiotropy, and build polygenic risk score candidates. No authentication required.

no license declared → metadata onlyupdated Jul 2026
★ 284repo stars
tooluniverse-variant-to-mechanism
by mims-harvard · mims-harvard/ToolUniverse

This skill maps the causal chain from a genetic variant to its disease mechanism by querying regulatory context, target genes, molecular pathways, and phenotypic consequences across multiple evidence layers. It combines data from 7+ databases to construct evidence-graded mechanistic narratives for GWAS hits, eQTL variants, and non-coding regulatory elements.

Apache-2.0updated Jul 2026
★ 1,595repo stars
tooluniverse-regulatory-variant-analysis
by mims-harvard · mims-harvard/ToolUniverse

This skill systematically evaluates non-coding variants through GWAS associations, tissue-specific eQTL effects, and regulatory context. It integrates ENCODE chromatin marks, RegulomeDB scores, and transcription factor binding data to build evidence-graded functional impact predictions, distinguishing regulatory mechanisms from coding pathogenicity.

Apache-2.0updated Jul 2026
★ 1,595repo stars

More skills tooluniverse-population-genetics-1000genomes (Apache-2.0) · tooluniverse-target-research (Apache-2.0) · tooluniverse-meta-analysis (Apache-2.0) · tooluniverse-drug-repurposing (Apache-2.0) · tooluniverse-pharmacogenomics (Apache-2.0) · Plink2 Gwas Analysis (NOASSERTION) · gwas-database (Apache-2.0)

Tags
variant-mappingdisease-geneticsfine-mappingcausal-inferencegenetic-evidencegwas-analysistarget-prioritizationmulti-evidence-scoringpopulation-geneticsfunctional-genomics