afdd5daeb07ccef3df67165f6d10e7abd4db21ff lrnassar Thu Sep 3 14:12:39 2026 -0700 Release the ENCODE Expression tracks for mm10 and mm39. refs #37001 Drop the alpha,beta release tags from all three include lines, so the container and the bigWig signal composite now ship to beta and public. Verified with tdbQuery -strict at all three release levels: no errors, and the tracks are visible at each one (320 on mm10, 3 on mm39). Point the pennantIcon at the news archive post and give it the release date: newsarch.html#090426 "Released Sep. 4, 2026", matching the convention used by the other released tracks. The liftOver pennants on the mm39 subtracks are unchanged. Add the Sep. 4 news announcement to newsarch.html and a matching entry to indexNews.html, dropping the oldest front-page item to stay at the six-item limit. The announcement links to the session at genome.ucsc.edu/s/Lou/ENCODEexpression and includes a screenshot of Gap43, whose expression rises through development and is highest in the four neural tissues. Add the screenshot image, which was previously untracked. diff --git src/hg/htdocs/goldenPath/newsarch.html src/hg/htdocs/goldenPath/newsarch.html index 3367bfdef29..e753af7ebec 100644 --- src/hg/htdocs/goldenPath/newsarch.html +++ src/hg/htdocs/goldenPath/newsarch.html @@ -52,30 +52,110 @@
You can sign-up to get these announcements via our Genome-announce email list. We send around one short announcement email every two weeks.
Smaller software changes are not announced here. A summary of the three-weekly release changes can be found here. For the full list of our daily code changes head to our GitHub page. Lastly, see our credits page for acknowledgments of the data we host.
+ ++We are pleased to announce a new ENCODE Expression track container for the +mouse mm10/GRCm38 and +mm39/GRCm39 assemblies. The container shows bulk RNA-seq gene +expression across mouse embryonic development, produced by the +Wold Lab at Caltech as part +of the ENCODE project and +described in He +et al., Nature 2020. These tracks are turned on by default on +both assemblies, so you will see them the next time you open the mouse browser. +
+ ++The data cover 17 tissues and organs sampled at up to eight developmental time points, +from embryonic day 10.5 through embryonic day 16.5 and at birth (P0), with two +biological replicates at each point. That gives 78 tissue and time point combinations +and 156 samples in total. +
+ ++Expression is shown as a bar chart at each gene, with one bar per sample. Bars are +colored by tissue, and the shade darkens as development advances, so you can see a +tissue's trajectory over time at a glance. You can filter the bars by tissue and time +point from the track configuration page, which is useful for comparing a small number +of tissues without the rest of the series in the way. +
+ +Expression of Gap43 across the developmental time course on +mm10. Each bar is one sample, colored by tissue and darkening with developmental age. +Expression rises through development and is highest in the four neural tissues on the +right of the chart.
++Expression values were generated by RSEM from the ENCODE long RNA-seq pipeline, and are +provided in two units against two GENCODE annotation sets. The units are TPM, or +transcripts per million, and FPKM, or fragments per kilobase of exon per million mapped +fragments. +
++The mm39 tracks were lifted from the mm10 GENCODE M21 data, since GENCODE M21 +predates the GRCm39 assembly. Of the 55,536 genes in the mm10 data, 55,447 lifted +successfully. For details, see the individual track description pages, as well +as the publication The changing mouse embryo transcriptome at whole tissue and +single-cell resolution. +
+ + ++Thanks to Peng He, who led the analysis, and to Diane Trout at the Wold Lab, who +managed the data and built the original track hub. Thanks also to Barbara Wold and the +Wold Lab, the ENCODE +Consortium and the ENCODE Data Coordination Center for generating and processing +the underlying experiments, and to Brittney Wick for the sample color scheme shared +with the UCSC Cell Browser. These tracks were built and reviewed at UCSC by Gerardo +Perez, Max Haeussler and Lou Nassar. +
+We are pleased to announce faceted composites, a new interface for composite tracks that hold very large numbers of subtracks. The standard composite works well for about 20 to 50 subtracks, but it becomes unwieldy once the count reaches the hundreds or thousands. A faceted composite is an alternative display for those cases: facets along the left side filter the collection, while a paginated table on the right lists the matching subtracks, letting users narrow thousands of entries down to the handful relevant to their work. The individual-experiment tracks in the ENCODE4 Regulation collection, announced in July 2026, already use this interface. Faceted composites are configured entirely through trackDb settings, so any hub developer can build one.