alphagenome-single-variant-analysis

Analyze single REF/ALT variants with AlphaGenome predictions for regulatory effects.

2.7k|283|Updated May 13, 2026
One-click install
npx skills add https://github.com/google-deepmind/science-skills --skill alphagenome-single-variant-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alphagenome-single-variant-analysis
Source: https://github.com/google-deepmind/science-skills/tree/main/skills/alphagenome_single_variant_analysis
Command: npx skills add https://github.com/google-deepmind/science-skills --skill alphagenome-single-variant-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires alphagenome, absl-py, python-dotenv, matplotlib, numpy, pandas, pyarrow, scipy, seaborn, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you evaluate how a single genetic variant may affect gene expression, chromatin accessibility, transcription factor binding, and splicing using the AlphaGenome API, producing interpretable plots and a report you can review for biological mechanisms.

Core Features & Use Cases

  • Single-variant effect analysis (REF vs ALT): Generates predictions and Ref/Alt visual comparisons for regulatory and splicing-relevant modalities.
  • Variant-driven discovery and tissue ranking: Supports a discovery scan and guides you to include disease-relevant tissues in the final interpretation.
  • Mechanistic motif insight via ISM: Uses in-silico mutagenesis to identify likely disrupted motifs at the variant locus.
  • Ontology term handling: Resolves and applies tissue/cell-type ontologies (e.g., UBERON/CL) and supports parsing variant formats such as chr:pos:ref>alt.

Quick Start

Use the alphagenome-single-variant-analysis skill to analyze a single variant in a tissue by generating AlphaGenome predictions, visualizations, and an output report.

Frequently Asked Questions about alphagenome-single-variant-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I predict the impact of a single genetic variant on gene expression and splicing?

You can predict the impact of a single genetic variant on gene expression and splicing by using AlphaGenome to generate REF versus ALT comparisons for regulatory modalities. This skill analyzes chromatin accessibility, transcription factor binding, and splicing effects for your specific variant.

What is in-silico mutagenesis for variant interpretation?

In-silico mutagenesis for variant interpretation is a technique used to identify likely disrupted transcription factor motifs at a variant locus. This skill applies ISM using AlphaGenome predictions to diagnose regulatory motif disruptions caused by your genetic variant.

How do I analyze a non-coding variant across disease-relevant tissues?

To analyze a non-coding variant across disease-relevant tissues, you can run a discovery scan with AlphaGenome and apply ontology-aware tissue resolution. This skill ranks disease-relevant tissues using UBERON and CL ontology terms to guide your final interpretation.

Do I need an AlphaGenome API key to run genetic variant analysis?

Yes, you need an AlphaGenome API key configured in a .env file to run genetic variant analysis. The skill uses this key to access AlphaGenome predictions and requires uv to run Python code with its dependencies, including pandas and scipy.

What is the best way to resolve tissue and cell-type ontologies for chromatin accessibility predictions?

The best way to resolve tissue and cell-type ontologies for chromatin accessibility predictions is to use ontology-aware resolution within AlphaGenome analysis. This skill parses UBERON and CL terms to accurately map predictions to specific tissues and cell types for variant interpretation.

Can I use external gene lookup APIs with AlphaGenome variant analysis?

No, you cannot use external gene lookup APIs with AlphaGenome variant analysis because this skill explicitly avoids them. You must follow the built-in report template workflow to generate interpretable plots and biological mechanism reports without external gene lookup dependencies.