Tooluniverse Polygenic Risk Score
This skill calculates a polygenic risk score based on genetic variants, offering personalized insights into potential health risks and informing proactive wellness strategies.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tooluniverse-polygenic-risk-score npx -- -y @trustedskills/tooluniverse-polygenic-risk-score
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tooluniverse-polygenic-risk-score": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tooluniverse-polygenic-risk-score"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill calculates a polygenic risk score (PRS), which is a prediction of genetic risk, not a diagnosis. It extracts genome-wide significant variants from GWAS Catalog, builds weighted PRS models using effect sizes, and calculates individual risk scores based on genotype data. The resulting PRS is interpreted as population percentiles and risk categories to provide personalized insights into potential health risks.
When to use it
- Calculate genetic risk for complex diseases like type 2 diabetes or coronary artery disease.
- Determine an individual's genetic predisposition to conditions such as Alzheimer’s disease or breast cancer.
- Understand PRS percentile and associated risk categories.
- Build a polygenic risk score model for a specific condition.
Key capabilities
- Extracts genome-wide significant variants from GWAS Catalog.
- Constructs weighted PRS models using effect sizes (beta coefficients).
- Calculates individual risk scores based on genotype data.
- Interprets PRS as population percentiles and risk categories.
- Standardizes raw PRS to z-scores for comparison with the population distribution.
Example prompts
- "Calculate my genetic risk for type 2 diabetes."
- "Build a polygenic risk score for coronary artery disease."
- “What's my genetic predisposition to Alzheimer's disease?”
- "Interpret my PRS percentile for breast cancer risk."
Tips & gotchas
- PRS predicts genetic risk, not disease; a high score does not guarantee development of the condition.
- PRS performance varies significantly across ancestries due to differences in allele frequencies and LD patterns.
- Always consult GWAS Catalog for accurate effect sizes and allele frequencies – do not assume values.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.