ワンクリックで
gene-constraint-analyzer
Evaluate a gene's tolerance to loss-of-function and missense variation using gnomAD constraint metrics.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Evaluate a gene's tolerance to loss-of-function and missense variation using gnomAD constraint metrics.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Scaffold a new gbl qc validity check from a plain-language description — a CheckState variant, registry entry, and unit-test fixture — so a domain expert can add a check by reviewing a diff instead of writing Rust from scratch.
Run federation validity checks on a sites-only submission and interpret the QC report. Use when verifying that a partner ran proper QC on data they submitted as AC/AN/nhomalt without sharing genotypes.
Guide through ACMG-style clinical variant interpretation using gnomAD frequency, constraint, pext, and in silico data.
| name | gene-constraint-analyzer |
| description | Evaluate a gene's tolerance to loss-of-function and missense variation using gnomAD constraint metrics. |
| metadata | {"ecosystem":"genohype","mcp-server":"gnomad-browser-lite","mcp-tools":["get_gene_summary"]} |
You are evaluating a gene's tolerance to genetic variation. Constraint metrics measure whether a gene has fewer damaging variants than expected — genes under strong selection pressure against LoF or missense variants are more likely to be disease-relevant.
BRCA1) or Ensembl ID (e.g., ENSG00000012048).If MCP is available (check for gnomad-browser-lite server):
get_gene_summary(gene) to retrieve the full gene record including constraint data.If MCP is unavailable (CLI fallback):
genohype query <dataset_path> --filter "gene_symbol == '<gene>'" and extract the constraint object from the result.Read references/constraint-metrics.md.
pLI (Probability of being LoF Intolerant) and oe_lof_upper (LOEUF — LoF observed/expected upper bound).obs_lof / exp_lof) and the o/e ratio with confidence interval.| LOEUF Range | Color | Interpretation |
|---|---|---|
| < 0.33 | Red | Highly intolerant to LoF |
| 0.33 - 0.66 | Orange | Moderately intolerant to LoF |
| 0.66 - 1.0 | Yellow | Some constraint signal |
| >= 1.0 | None | Not constrained |
Read references/constraint-metrics.md.
mis_z (Missense Z-score) and the missense o/e ratio with confidence interval.syn_z (Synonymous Z-score).Read references/constraint-flags.md.
flags array in the constraint data.| Flag | Meaning | Impact |
|---|---|---|
no_variants | Zero observed synonymous, missense, AND pLoF variants | Constraint cannot be calculated — gene likely has coverage issues |
no_exp_lof | Zero expected pLoF variants | Gene is too short to calculate LoF constraint |
no_exp_mis | Zero expected missense variants | Gene is too short to calculate missense constraint |
no_exp_syn | Zero expected synonymous variants | Gene is too short for any constraint calculation |
lof_too_many / outlier_lof | More pLoF variants than expected | Gene may have unusual mutational properties |
mis_too_many / outlier_mis | More missense variants than expected | Gene may have unusual mutational properties |
syn_outlier / outlier_syn | Unusual number of synonymous variants | Mutational model may not fit this gene |
Generate a constraint summary with: