Skip to content

Commit

Permalink
fixup: update content
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Aug 20, 2024
1 parent 16839a4 commit 6841e70
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions content/changelog/2024-08-release-gnomad-browser-tables.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
---
title: Release gnomAD browser tables
date: August 09, 2024
date: 2024-08-20
order: 1
---
The Hail Tables used to populate the database that serves the gnomaD browser have been released to the public.

The Hail Tables that underlie the gnomAD browser are now available for public use. These tables closely mirror the structure of the browser, enabling users familiar with the gene and variant pages to easily access the full set of underlying data in a format consistent with the browser's organization.

For more information about these tables, please refer to our [help text](/help/v4-browser-hts) on the browser release tables.

To download these tables, visit our [downloads page](/downloads#v4-browser-tables).

<!-- end_excerpt -->

**Three tables are now available**

- v4.1 browser variants Hail Table
- GRCh38 browser gene models Hail Table
- GRCh37 browser gene models Hail Table

### gnomAD v4.1 Exome/Genome/Joint Variant Hail Table

The browser variant table consolidates data from exomes, genomes, and joint frequencies into a single, unified table. Frequency information is stored as a dictionary, the key-value pairs allow for easy access to specific frequencies.

### gnomAD GRCh38/GRCh37 Gene Model Hail Tables

The gene models tables aggregate relevant information from multiple sources into a single table. For each gene, data is included from GENCODE, HGNC, MANE transcripts, GTEx, and various gnomAD secondary analyses.


0 comments on commit 6841e70

Please sign in to comment.