d0632693bee08bf61b7990e0c6a1de8c050e337f mspeir Sat Aug 1 20:53:09 2026 -0700 singleCellSignalsPeaks: color by cell class, harmonize labels and facets (hg38) Overhaul of the hg38 track and the shared build scripts it and the mm10 track are generated from: - Color every subtrack by broad cell class from one colorblind-conscious palette (shared with the mm10 track, so a class is the same color on both assemblies); add a color legend to the description page. - Add a "Cell class" facet; the fine cell type becomes a searchable table column. Group subtracks by class via priority; every subtrack is off by default. - Paper-curated cell-type names, redundant-synonym merges, QC-cluster drop, and per-collection tissue/life-stage/condition (including the SEA-AD region and ADNC neuropathology level, from Gabitto 2024 and Hawrylycz 2024). - Rebuild the longLabels from the harmonized cell type + facets, so the cryptic source short labels decode. - Reclassify 10 mislabeled interaction bigBeds out of the signal/peaks composite, retype a narrowPeak-format bigBed, and drop deprecated *.old data (936 -> 925 subtracks). - Archive the curation with the scripts: build_celltype_crosswalks.py and celltype-crosswalks/ (per-collection crosswalks, palette, class map, and the paper-decode source tables). refs #37914 Co-Authored-By: Claude Opus 4.8 (1M context) diff --git src/hg/makeDb/trackDb/human/hg38/singleCellSignalsPeaks.html src/hg/makeDb/trackDb/human/hg38/singleCellSignalsPeaks.html index da1cc38351c..50f2215eb6f 100644 --- src/hg/makeDb/trackDb/human/hg38/singleCellSignalsPeaks.html +++ src/hg/makeDb/trackDb/human/hg38/singleCellSignalsPeaks.html @@ -63,30 +63,76 @@ cortex; tracks are colored by SEA-AD subclass. 184 signal subtracks (Gabitto et al. 2024).

Display Conventions and Configuration

This is a faceted collection, so the subtracks are chosen with filter menus rather than a long checkbox list. Use the facets on the track configuration page to narrow the subtracks by dataset, tissue, life stage, condition, data type, assay, and cell type, then turn on the ones you want. Signal subtracks draw as coverage graphs and peak subtracks draw as boxes. Each subtrack links back to its source dataset in the Cell Browser.

+

+Subtracks are colored by broad cell-type class, so the same class is shown in the same color across datasets and matches the coloring of the corresponding mouse track. The classes are: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 Excitatory neuron — glutamatergic neurons of the cortical layers, hippocampal CA fields and dentate gyrus, and claustrum
 Inhibitory neuron — GABAergic neurons and interneurons (Pvalb, Sst, Lamp5, and CGE- and MGE-derived types)
 Medium spiny neuron — striatal D1 and D2 projection neurons of the direct and indirect pathways
 Other neuron — remaining neuronal types, such as Cajal-Retzius cells
 Neural progenitor — neuroblasts, radial glia, and nephron progenitors
 Astrocyte — astrocytes, including Bergmann glia and fibrous and protoplasmic subtypes
 Oligodendrocyte — oligodendrocytes across the newly-formed, myelin-forming, and mature stages
 Oligodendrocyte precursor — oligodendrocyte precursor cells (OPCs) and committed precursors
 Microglia — microglia and perivascular macrophages
 Endothelial — endothelial cells of arteries, capillaries, veins, and endocardium
 Mural — pericytes, smooth muscle, and vascular leptomeningeal cells
 Immune — lymphoid (B, T) and myeloid (macrophage, dendritic, basophil) immune cells
 Erythroid — erythroid cells and erythroblasts
 Hematopoietic stem/progenitor — hematopoietic stem and progenitor cells
 Cardiomyocyte — heart muscle cells
 Muscle — skeletal muscle myofibers, satellite cells, and junctional myonuclei
 Epithelial — epithelial cells of many tissues, such as airway, gut, kidney tubule, and secretory epithelia
 Stromal — fibroblasts, mesenchymal, and other stromal cells
 Other — other or mixed cell types, such as olfactory ensheathing cells and melanocytes
 Unknown — cell type not resolved from the source data
+

Methods

Each dataset was produced and processed by a different group, so the assays and analysis pipelines vary. The signal and peak files here are the same ones served by the individual Cell Browser datasets, copied into the browser without change. The table summarizes each dataset; see the linked publication for full detail.

@@ -141,35 +187,35 @@ Table Browser or the Data Integrator, and read from scripts through our API.

For automated download and analysis, the signal and peak files are stored under http://hgdownload.soe.ucsc.edu/gbdb/hg38/bbi/singleCellSignalsPeaks/, keeping the same per-dataset subdirectories shown on the configuration page. The files can be read with the command-line tools bigWigToBedGraph (for the signal bigWigs) and bigBedToBed (for the peak files), which can be compiled from source or downloaded as precompiled binaries. Both take a region so you do not have to download the whole file, for example:

bigWigToBedGraph -chrom=chr1 -start=1000000 -end=1100000 \
-  http://hgdownload.soe.ucsc.edu/gbdb/hg38/bbi/singleCellSignalsPeaks/neuro-degen-atac/bigWig/neuronal-celltypes/projNeuron_LDSCgroup-VIP_Interneurons_GRanges_insertions_bin100_RIPnorm.bw \
+  http://hgdownload.soe.ucsc.edu/gbdb/hg38/bbi/singleCellSignalsPeaks/cardiogenesis-atac/hub/in-vivo/Veins.bw \
   stdout
 
 bigBedToBed -chrom=chr21 -start=0 -end=48000000 \
-  http://hgdownload.soe.ucsc.edu/gbdb/hg38/bbi/singleCellSignalsPeaks/cortex-atac/hub/Enhancerpeaks/AstroOligo.bb \
+  http://hgdownload.soe.ucsc.edu/gbdb/hg38/bbi/singleCellSignalsPeaks/cortex-atac/hub/peaks.bb \
   stdout

The underlying matrices, metadata, and per-dataset download details are on each dataset's page in the UCSC Cell Browser.

Credits

Thanks to the UCSC Cell Browser team and the research groups whose single-cell datasets are shown here. Questions about a particular subtrack are best directed to the dataset page it links to.

References

DatasetAssayProcessing summary
Human Enhancer Atlas single-cell ATAC-seq (adult and fetal tissues) Accessibility profiled across 30 adult and 15 fetal tissues, integrated to call about 1.2 million candidate cis-regulatory elements across 222 cell types.