4bd316f5f1ca47328bd3f9a181214b788055f0bc lrnassar Tue Apr 21 13:29:26 2026 -0700 NMD Escape QA round 3: switch RefSeq to curated, fix Rule 2 misclassification. refs #33737 Switched the NMD Escape RefSeq subtrack input from hg38.ncbiRefSeq.txt.gz (all) to hg38.ncbiRefSeqCurated.txt.gz (NM_/NR_ only, no XM_/XR_ predicted models) per Max's feedback. longLabel updated to "NCBI RefSeq Curated transcripts". Fixed Rule 2 in genePredNmdEsc to test rec["exonCount"]==1 instead of len(cdsExons)==1. The old test misclassified multi-exon transcripts with a single CDS exon (UTR introns) as "intronless" and silently suppressed their Rule 1/3/4 assignments via the if/else short-circuit. 3,253 RefSeq curated and ~2,000 Gencode transcripts reassigned from Rule 2 to Rules 1/3. Rebuilt both tracks. Added Rule 1 caveat to nmdEscTranscripts.html for transcripts with a penultimate coding exon shorter than 50 bp. Added reciprocal relatedTracks.ra entries for nmd <-> mane and nmd <-> ncbiRefSeq. QA cleanups: non-ASCII prime char replaced with ′, mailing list links given target="_blank" across all three HTML pages, dead commented nmdGencode block removed from nmd.ra, AutoSQL field comments updated to cover Rule 4 color and the gene-symbol-to-transcript-ID fallback. Makedoc updated with the full Gencode + RefSeq pipeline and /gbdb symlinks. diff --git src/hg/makeDb/trackDb/human/hg38/nmdEscTranscripts.html src/hg/makeDb/trackDb/human/hg38/nmdEscTranscripts.html index 8398645cc67..2a7bc848ee2 100644 --- src/hg/makeDb/trackDb/human/hg38/nmdEscTranscripts.html +++ src/hg/makeDb/trackDb/human/hg38/nmdEscTranscripts.html @@ -4,60 +4,64 @@ codon (PTC) or frameshift variant is likely to cause the transcript to escape nonsense-mediated decay (NMD), leading to the production of an aberrant truncated protein rather than degradation of the mRNA.
The following rules were applied to transcript annotations to define predicted NMD escape regions (Nagy et al, Trends Biochem Sci 1998 and Lindeboom et al, Nat Genet 2016):
Non-coding transcripts (where CDS start equals CDS end) are excluded. Overlapping regions from multiple transcripts with identical coordinates and the same rule are collapsed into a single item, with the contributing transcript IDs stored as a comma-separated list.
Two versions of this track are available, based on different transcript annotation sets:
NMD escape regions were predicted based on the Exon Junction Complex (EJC)-dependent model of NMD. During normal translation, EJCs are deposited at exon-exon junctions after splicing. As the ribosome translates the mRNA, it displaces each EJC it encounters. When a PTC causes the ribosome to stall prematurely, any remaining downstream EJCs recruit surveillance factors (notably UPF1) that trigger mRNA degradation via NMD.
However, PTCs located in the last coding exon or within approximately 50 bp upstream of the last exon-exon junction are too close to the final EJC (or @@ -103,32 +107,32 @@ of coding nucleotides. PTCs in this start-proximal region are insensitive to NMD, possibly due to translation re-initiation at a downstream AUG codon.
The data underlying this track can be explored interactively with the Table Browser or the Data Integrator. For automated analysis, the data may be queried from our REST API. Please refer to our -mailing -list archives for questions, or our +mailing list archives for questions, or our Data Access FAQ for more information.
Thanks to Guido Neidhardt for suggesting this track at HUGO VEPTC 2025 and Andreas Lahner for feedback. Thanks to the Decipher Genome Browser team for introducing the idea of a track.
Kurosaki T, Popp MW, Maquat LE.