Skip to content

Commit

Permalink
feat(frontend): add browser table release changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Aug 28, 2024
1 parent 1801342 commit dd969f3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions content/changelog/2024-08-release-gnomad-browser-tables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Release gnomAD browser tables
date: 2024-08-29
order: 1
---

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](http://gnomad.broadinstitute.org/help/v4-browser-hts) on the browser release tables.

To download these tables, visit our [downloads page](http://gnomad.broadinstitute.org/downloads#v4-browser-tables).

<!-- end_excerpt -->

**Three tables are now available:**

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

### browser variants Hail Table

The browser variant table consolidates data from the gnomAD [exome](https://gnomad.broadinstitute.org/downloads#v4-variants), [genome](https://gnomad.broadinstitute.org/downloads#v4-variants), and [joint frequency](https://gnomad.broadinstitute.org/downloads#v4-joint-freq-stats) releases into a single, unified table. Frequency information is stored as a dictionary, and the key-value pairs allow for easy access to specific frequencies.

### GRCh38/GRCh37 Gene Models 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, and MANE transcripts. Information from GTEx, and various gnomAD secondary analyses are available in the GRCh37 table but are not yet available in the GRCh38 table.

0 comments on commit dd969f3

Please sign in to comment.