10db3769dd9edfa38ac8d900ca400fdfb514d9a7 gperez2 Wed Jul 29 22:41:46 2026 -0700 An in-place update for gnomad v4.1 to v4.1.1 that swaps bigDataUrl, labels, dataVersion, detailsTabUrls, search descriptions, and removes the alpha-only gnomadVariantsV4.1.1 composite. Updates to gnomad.html, gnomadV4.1.html, and gnomadPLI.html regarding the addition of the gnomad v4.1.1 data, refs #37351 diff --git src/hg/makeDb/trackDb/human/hg38/gnomadPLI.html src/hg/makeDb/trackDb/human/hg38/gnomadPLI.html index 3a3581d274f..48147b6eafe 100644 --- src/hg/makeDb/trackDb/human/hg38/gnomadPLI.html +++ src/hg/makeDb/trackDb/human/hg38/gnomadPLI.html @@ -1,47 +1,47 @@
The Genome Aggregation Database (gnomAD) - Predicted Constraint Metrics track set contains -metrics of pathogenicity per-gene as predicted for gnomAD v2.1.1, v4.0, or v4.1 and identifies genes subject to -strong selection against various classes of mutation. +metrics of pathogenicity per-gene as predicted for gnomAD v2.1.1, v4.0, v4.1, or v4.1.1 and +identifies genes subject to strong selection against various classes of mutation.
This track includes several subtracks of constraint metrics calculated at gene (canonical transcript) and transcript level. For more information see the following blog post. The metrics include:
-There are two "groups" of tracks in this set, and three gnomAD versions (v2.1.1, v4.0, and v4.1): +There are two "groups" of tracks in this set, and four gnomAD versions (v2.1.1, v4.0, v4.1, and v4.1.1):

Clicking the grey box to the left of the track, or right-clicking and choosing the Configure option, brings up the interface for filtering items based on their pLI score, or labeling the items @@ -112,30 +112,51 @@ to truncating variants. pLI is based on the idea that transcripts can be classified into three categories:
Please see Samocha et al., 2014 and Lek et al., 2016 for further discussion of these metrics.
++Starting with v4.1.1, the Transcript LoF and Transcript Missense tracks carry two additional flag +fields, shown on the item details page: +
outlier_lof, outlier_mis, and
+ outlier_syn mark transcripts whose raw z-score for that class of variation is a
+ statistical outlier (outside gnomAD's default -5.0 to 5.0 range) and should be interpreted with
+ caution. no_exp_lof, no_exp_mis, and no_exp_syn mark
+ transcripts with a missing or zero expected variant count for that class, so constraint metrics
+ are not calculated for it.
+ low_exome_coverage and low_exome_mapping_quality
+ mark transcripts overlapping regions of low exome sequencing coverage or low mapping quality.
+ Constraint metrics for flagged transcripts should be treated with caution.
+For version 2.1.1 only, the GENCODE transcripts were filtered according to the following criteria:
For version v2.1.1, the gnomAD gene/transcript data is based on hg19. In order to map transcripts and genes to the hg38 genome the following steps were taken:
Per gene and per transcript data were downloaded from the gnomAD Google Storage bucket:
https://storage.googleapis.com/gcp-public-data--gnomad/release/4.1/constraint/gnomad.v4.1.constraint_metrics.tsvThese data were then joined to the Gencode/NCBI set of genes/transcripts available at the UCSC Genome Browser and then transformed into a bigBed 12+5. For the full list of commands used to make this track please see the makedoc. +
+Per transcript data were downloaded from the gnomAD Google Storage bucket: +
+https://storage.googleapis.com/gcp-public-data--gnomad/release/4.1.1/constraint/gnomad.v4.1.1.constraint_metrics.tsv.bgz ++gnomAD recomputed the constraint metrics for v4.1.1. The LOEUF calculation changed from a +frequentist approach using a Poisson distribution to a Bayesian framework using a Gamma posterior +distribution. The coverage model was expanded from a depth cutoff to using allele number (AN) as a +proxy for coverage, with a regression model for sites with intermediate coverage. Constraint +metrics are now also available for chrX and chrY. gnomAD's recommended LOEUF threshold changed +from <0.35 to <0.45 accordingly. These data were then joined to the Gencode/NCBI set of +genes/transcripts available at the UCSC Genome Browser and transformed into a bigBed 12+9 +(Transcript LoF) and bigBed 12+8 (Transcript Missense). For the full list of commands used to make +this track please see the +makedoc. + +
The raw data can be explored interactively with the Table Browser, or
the Data Integrator. For automated access, this track, like all
others, is available via our API. However, for bulk
processing, it is recommended to download the dataset. The genome annotation is stored in a bigBed
file that can be downloaded from the
download server. The exact
filenames can be found in the track configuration file. Annotations can be converted to ASCII text
by our tool bigBedToBed which can be compiled from the source code or downloaded as
a precompiled binary for your system. Instructions for downloading source code and binaries can be
found here. The tool
can also be used to obtain only features within a given range, for example:
bigBedToBed http://hgdownload.soe.ucsc.edu/gbdb/hg38/gnomAD/pLI/pliByTranscript.bb -chrom=chr6 -start=0 -end=1000000 stdout