Source-linked AI summary

GEMINI: integrative exploration of genetic variation and genome annotations

Uma Paila, Brad Chapman, Rory Kirchner, Aaron Quinlan

arXiv:1304.4860v2q-bio.GN

TL;DR

Interpreting genome-scale variation alongside diverse annotations remains difficult because datasets are large, heterogeneous, and technically demanding to manage. GEMINI integrates variants and annotations in a unified database, enabling flexible queries and reproducible analyses for family-based and large-scale studies. The resulting databases can require substantially less storage than annotated VCF files, including 78 gigabytes versus 144 gigabytes for a 1000 Genomes example.

  • Problem

    Interpreting genome-scale variation for disease remains challenging because annotation datasets are large, heterogeneous, frequently updated, and technically demanding to manage.

  • Method

    GEMINI integrates genetic variation with built-in and custom genome annotations in a unified database supporting SQL queries, inheritance-based prioritization, and reproducible analyses.

  • Results

    78 gigabytes versus 144 gigabytes: annotated GEMINI databases require substantially less storage than corresponding compressed VCF files in the reported 1000 Genomes example.

  • Takeaways & Limitations

    GEMINI provides a standardized, scalable framework for exploring and interpreting coding and non-coding variation in family-based and large-scale genetic studies.

Abstract

from arXiv · show

Modern DNA sequencing technologies enable geneticists to rapidly identify genetic variation among many human genomes. However, isolating the minority of variants underlying disease remains an important, yet formidable challenge for medical genetics. We have developed GEMINI (GEnome MINIng), a flexible software package for exploring all forms of human genetic variation. Unlike existing tools, GEMINI integrates genetic variation with a diverse and flexible set of genome annotations (e.g., dbSNP, ENCODE, UCSC, ClinVar, KEGG) into a unified database to facilitate interpretation and data exploration. Whereas other methods provide an inflexible set of variant filters or variant prioritization methods, GEMINI allows researchers to compose complex queries based on sample genotypes, inheritance patterns, and both pre-installed and custom genome annotations. GEMINI also provides methods for ad hoc queries and data exploration, a simple programming interface for custom analyses that leverage the underlying database, and both command line and graphical tools for common analyses. We demonstrate the utility of GEMINI for exploring variation in personal genomes and family based genetic studies, and illustrate its ability to scale to studies involving thousands of human samples. GEMINI is designed for reproducibility and flexibility and our goal is to will provide researchers with a standard framework for medical genomics.

Introduction

GEMINI addresses the challenge of interpreting disease-associated variation by integrating diverse genetic variants and genome annotations in a unified, flexible database framework. It supports reproducible exploration and custom prioritization using sample genotypes, inheritance patterns, SQL queries, and researcher-defined annotations.

  • Motivation and contribution: GEMINI combines genetic variation with extensive genome and epigenome annotations to help identify variants underlying disease phenotypes.The introduction emphasizes that interpreting variants requires querying them in the context of curated genome annotations, especially for non-coding variation.
  • Motivation and contribution: GEMINI integrates SNPs, INDELs, and structural variants from VCF files with automatically installed and researcher-defined genome annotations.The framework is intended to support custom prioritization of both coding and non-coding variants.
  • Exploration and prioritization: Researchers can query variants and annotations with SQL, add custom annotations, prioritize variants by genotypes and inheritance patterns, and build reproducible analyses through a programming interface.GEMINI also provides tools for de novo mutations and autosomal recessive or dominant inheritance patterns in family studies.
  • Database design: GEMINI imports variants and sample genotypes into a SQLite database, storing genotype-related information as compressed arrays so database rows remain bounded by observed variants.This design avoids the impractical growth of separate genotype rows as sample and variant counts increase.
  • Database design: Each variant is automatically annotated with resources including dbSNP, ENCODE, ClinVar, 1000 Genomes, the Exome Sequencing Project, KEGG, and HPRD.The database records built-in annotation versions to support reproducibility.

Discussion

GEMINI is presented as a flexible, scalable framework that integrates VCF variation with diverse genome annotations for interpreting coding and non-coding variation. Its open-source design supports reproducible, extensible medical-genomics research and complex disease analyses.

  • Scalability and integration: GEMINI scales to family-based disease studies and investigations involving thousands of individuals while integrating VCF variation with diverse, continually expanding genome annotations.The framework supports exploration and interpretation of both coding and non-coding genetic variation.
  • Scalability and integration: GEMINI integrates large and heterogeneous annotations, addressing analytical demands of complex disease research such as cancer-genome interpretation.Relevant information includes pathway annotations, chromatin modifications, DNA methylation, and expression data.
  • Open-source extensibility: The project aims to provide a scalable, open-source medical-genomics tool that lets researchers integrate new methods and genome annotations.This goal is framed as benefiting the human genomics research community.
  • Implementation and availability: GEMINI is implemented in Python with command-line tools, a web-browser interface, and a Python programming interface for custom analyses.The programming interface enables complex variant analyses using the GEMINI database framework.
  • Implementation and availability: GEMINI is freely available as open-source software, with source code, documentation, and annotated variants from 1092 individuals in the 1000 Genomes project.The annotated databases are publicly available for use and exploration.
Loading 1304.4860v2…