google/deepvariant

DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 18th, 2026
Created on November 23rd, 2017
Open Issues & Pull Requests: 2 (+0)
GitHub issues: Enabled
Number of forks: 802
Total Stargazers: 3,809 (+0)
Total Subscribers: 156 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.4 hours
Mean response time: 30.1 hours
90th percentile: 3.5 days
Tracked items: 235

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 100% of issues opened in the past year have since been closed. Three people close 65% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

DeepVariant is a bioinformatics analysis pipeline that uses deep neural networks to identify genetic variants from next-generation DNA sequencing data.

The tool addresses the challenge of variant calling, which is the process of detecting differences in DNA sequences between a sample and a reference genome. Traditional variant callers rely on heuristic rules and statistical models, whereas DeepVariant applies a deep learning approach. The pipeline converts sequencing reads aligned to a reference genome into image-like representations and uses a convolutional neural network to classify each genomic position as a variant or non-variant, producing variant calls in standard VCF format.

DeepVariant suits researchers and clinical laboratories performing whole-genome or whole-exome sequencing analysis who want an alternative to rule-based variant calling methods. The tool is particularly relevant for projects where improved accuracy in variant detection could impact downstream analysis or clinical interpretation. Organizations should consider DeepVariant when they have the computational resources to run neural network inference and can integrate it into existing sequencing pipelines that expect standard VCF output.

The project shows sustained development activity with regular updates to the codebase and ongoing refinement of the analysis pipeline. The maintainers actively address issues and incorporate improvements to the variant calling methodology. Documentation and examples are maintained to support users implementing the tool in production environments. The project remains engaged with the bioinformatics community through continued development and support of the analysis framework.