From 07ef8720539abe892e3d9965894db0b1c104beee Mon Sep 17 00:00:00 2001 From: Riley Grant Date: Tue, 20 Aug 2024 12:21:10 -0500 Subject: [PATCH] fixup: update text --- .../2024-08-release-gnomad-browser-tables.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/content/changelog/2024-08-release-gnomad-browser-tables.md b/content/changelog/2024-08-release-gnomad-browser-tables.md index 77a80a8..30983bb 100644 --- a/content/changelog/2024-08-release-gnomad-browser-tables.md +++ b/content/changelog/2024-08-release-gnomad-browser-tables.md @@ -3,4 +3,20 @@ title: Release gnomAD browser tables date: 2024-08-05 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 and that are used to populate the database are now released for public use. These tables more directly represent the structure of the data seen in the browser, and may be used in analyses that have relied on the browser's display of the data. + +To read more about these tables, see the our [help text](/help/v4-browser-hts) on the browser release tables. To download these tables, see our [downloads page](/downloads#v4-browser-tables). + + + +Three tables are being released: the gnomAD v4.1 browser variants table, and two gene models tables (GRCh37, and GRCh38). + +### gnomAD v4.1 Exome/Genome/Joint Variant Hail Table + +The browser variant table consolidates the data from exomes, genomes, and joint frequency into a single table. Additionally, the frequency information is stored in a dictionary like object with key value pairs, allowing for easy access of frequency by information by key. + +### gnomAD GRCh38/GRCh37 Gene Model Hail Tables + +The gene models tables aggregate information from a many sources into a single table, these tables have proved useful in our internal usage, and may prove useful for others as well. For each Gene, there's data from Gencode, HGNC, Mane transcripts, GTEx, as well as various gnomAD secondary analyses. +