e6bcec351aa8f5bc7218e8862e15c149aadb3479 lrnassar Fri Jul 10 12:18:40 2026 -0700 lrSv: complete the longReadVariants rename - reparent subtracks and update refs. refs #36258 Completes the previous rename commit (which carried only the colorsDbLegacy file moves). Renames "track lrSv" to "track longReadVariants" in lrSv.ra (adds "html lrSv" to keep the existing description page), reparents all subtracks plus the merged lrSvAll and its lrSvMergeAll.py generator, and updates the hs1 override, relatedTracks.ra, and the mei/meiHgsvc3/srSv/lrSvAll cross-links. Retitles the retired colorsDbLegacy track and reparents its subtracks. Only the internal track name changes; subtrack names, /gbdb/$D/lrSv/ data paths, and the lrSv.ra filename are unchanged. diff --git src/hg/makeDb/trackDb/human/lrSvAll.html src/hg/makeDb/trackDb/human/lrSvAll.html index 1b97f6518c6..b12c1a8b655 100644 --- src/hg/makeDb/trackDb/human/lrSvAll.html +++ src/hg/makeDb/trackDb/human/lrSvAll.html @@ -1,81 +1,81 @@

Description

This track combines the structural-variant (SV) callsets from the individual -subtracks of the Long-read SVs supertrack into a +subtracks of the Long-read SVs supertrack into a single, position-merged overview. Each item is an SV locus seen in one or more of the contributing long-read databases. For every merged locus the track records which databases report it, the summed allele count across those databases, and the range of allele frequencies observed, making it useful for quickly seeing how widely an SV has been reported across cohorts.

This is a summary view. For cohort-specific genotypes, per-population allele frequencies, and dataset-specific annotations, use the individual subtracks of the supertrack. The merge includes the released long-read callsets only; preliminary or unpublished subtracks (e.g. the Kim PD brain, 1000 Genomes linear, and HPRC Jasmine sets) are not part of this merged track.

Display Conventions and Configuration

Items are colored by SV type, matching the individual subtracks:

The mouseover shows the variant name, SV type, reference and insertion lengths, the list of contributing source databases, the allele-frequency range across those databases, and the total allele count. Filters are available for the source database, SV type, SV length, insertion length, total allele count, minimum and maximum allele frequency, and the number of source databases reporting each locus. The detail page lists the per-database allele counts.

Methods

The merged track is built by the lrSvMergeAll.py script, which reads the bigBed of each contributing subtrack (configured in databases.tsv) and groups records that share an identical (chromosome, start, end) position and SV type. For each merged locus the script records the set of contributing databases (sources), the number of those databases (sourceCount), the sum of their allele counts (AC), and the minimum and maximum allele frequency across databases that report one (minAF, maxAF). The per-database allele counts are carried as additional columns.

The step-by-step build commands are recorded in the UCSC makeDoc for this track collection: doc/hg38/lrSv.txt. The merge script and autoSql schema live in makeDb/scripts/lrSv, and the track configuration is in trackDb/human/lrSvAll.ra.

Data Access

The data can be explored interactively with the Table Browser or the Data Integrator, and accessed programmatically through our API, track=lrSvAll.

The bigBed is available from our download server as lrSvAll.bb. Example: bigBedToBed http://hgdownload.soe.ucsc.edu/gbdb/$db/lrSv/lrSvAll.bb -chrom=chr21 -start=0 -end=100000000 stdout.

Credits

This merged view is derived entirely from the contributing long-read SV callsets; please see the individual subtrack description pages for the data producers and citations for each cohort.