bfa91627a224f0ca4a9e10718297df25f163847a max Tue Mar 24 04:09:48 2026 -0700 adding NMD escape supertrack, refs #33737 diff --git src/hg/makeDb/scripts/nmd/nmdEscCollapsed.as src/hg/makeDb/scripts/nmd/nmdEscCollapsed.as new file mode 100644 index 00000000000..8ac61908579 --- /dev/null +++ src/hg/makeDb/scripts/nmd/nmdEscCollapsed.as @@ -0,0 +1,15 @@ +table nmdEscCollapsed +"NMD escape regions collapsed across overlapping transcripts" + ( + string chrom; "Chromosome (or contig, scaffold, etc.)" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Gene symbol" + uint score; "Score from 0-1000" + char[1] strand; "+ or -" + uint thickStart; "Start of where display should be thick" + uint thickEnd; "End of where display should be thick" + uint color; "RGB color: red=rule 1, orange=rule 2, dark red=rule 3" + string mouseover; "Rule description and transcript count" + lstring transcripts; "Comma-separated list of transcript IDs from which this region was derived" + )