0f8c134e2fb577bb6cd39bc3d8233af4c3e0b122 lrnassar Mon May 4 08:52:48 2026 -0700 Fix unit spacing and entity encodings in NMD Escape descriptions per CR feedback. refs #33737 nmd.html / nmdEscTranscripts.html / newsarch.html (Apr. 22, 2026 entry): normalize 50bp/100bp/400nt to '50 bp' / '100 bp' / '400 nt' for consistent unit spacing; replace 3′UTR with plain 3'UTR; replace between numbers and units with a regular space. diff --git src/hg/htdocs/goldenPath/newsarch.html src/hg/htdocs/goldenPath/newsarch.html index 590638ad2c8..0dd74d8cedd 100755 --- src/hg/htdocs/goldenPath/newsarch.html +++ src/hg/htdocs/goldenPath/newsarch.html @@ -166,40 +166,40 @@ degrades transcripts with premature stop codons. Identifying NMD escape regions is important for interpreting the clinical significance of truncating variants under the ACMG/AMP PVS1 criterion. </p> <p> The container track includes: </p> <ul> <li><b>NMD escape ruleset</b> tracks for <a href="/cgi-bin/hgTrackUi?db=hg38&g=nmdEscMane" target="_blank">MANE Select Plus Clinical</a>, <a href="/cgi-bin/hgTrackUi?db=hg38&g=nmdEscGencode" target="_blank">GENCODE V49</a>, and <a href="/cgi-bin/hgTrackUi?db=hg38&g=nmdEscNcbiRefSeq" target="_blank">NCBI RefSeq</a> transcripts, applying four rules derived from Nagy & Maquat 1998 and Lindeboom et al. 2016: <ul> - <li><b>50 bp rule</b> – the entire last coding exon and the last - 50 bp of the penultimate coding exon. PTCs here have no downstream + <li><b>50 bp rule</b> – the entire last coding exon and the last + 50 bp of the penultimate coding exon. PTCs here have no downstream exon-exon junction, or are too close to it, for NMD to be triggered.</li> <li><b>No-downstream-EJC rule</b> – transcripts with a single coding - exon and no 3′UTR intron. No EJC is deposited downstream of the stop + exon and no 3'UTR intron. No EJC is deposited downstream of the stop codon, so any PTC in the coding sequence escapes NMD.</li> - <li><b>Start-proximal 100 bp rule</b> – the first 100 bp of + <li><b>Start-proximal 100 bp rule</b> – the first 100 bp of coding nucleotides. PTCs here escape NMD, likely through translation re-initiation at a downstream AUG codon.</li> - <li><b>Long-exon rule</b> – coding exons longer than 400 bp + <li><b>Long-exon rule</b> – coding exons longer than 400 bp (excluding the last coding exon). NMD efficiency drops in very long exons because the PTC is far from the downstream exon-exon junction.</li> </ul> </li> <li><b>NMDetective</b> machine-learning prediction tracks from <a href="https://www.ncbi.nlm.nih.gov/pubmed/27618451" target="_blank">Lindeboom et al. 2016</a>, providing continuous NMD efficiency scores for every possible PTC position.</li> </ul> <p> We would like to thank Guido Neidhardt and Andreas Lahner for suggesting this track and providing feedback throughout its development, and the Decipher Genome Browser team for inspiring this type of visualization. We also would like to thank Max Haeussler and Lou Nassar for the creation and release of the UCSC Genome Browser tracks. </p>