7072384d5e6f4228bec4186d3d677527be0c9bc5 mspeir Fri Jun 26 09:37:20 2026 -0700 Adding data access to hs1 pages on the RR, refs # diff --git src/hg/makeDb/trackDb/human/hs1/html/sgdpCopyNumber.html src/hg/makeDb/trackDb/human/hs1/html/sgdpCopyNumber.html index 63999fceef1..49d96f39653 100644 --- src/hg/makeDb/trackDb/human/hs1/html/sgdpCopyNumber.html +++ src/hg/makeDb/trackDb/human/hs1/html/sgdpCopyNumber.html @@ -2,30 +2,54 @@
| Copy number | Color |
|---|---|
| 0 | ■ |
| 1 | ■ |
| 2 | ■ |
| 3 | ■ |
| 4 | ■ |
| 5 | ■ |
| 6 | ■ |
| 7 | ■ |
| 8 | ■ |
| 9 | ■ |
| 10 | ■ |
| 20 | ■ |
| 30 | ■ |
| 40 | ■ |
| 50 | ■ |
| 60 | ■ |
| 70 | ■ |
| 80 | ■ |
| 90 | ■ |
| 100 | ■ |
| 110 | ■ |
| 120 | ■ |
+The raw data can be explored interactively with the +Table Browser or the +Data Integrator. The data can also be +accessed from scripts through our REST +API.
++This track is a container of multiple subtracks; the underlying data are stored in bigBed files +that can be downloaded from our +download server. +Individual regions or the whole genome annotation can be obtained using our tool +bigBedToBed, which can be compiled from the source code or downloaded as a precompiled +binary for your system. Instructions for downloading source code and binaries can be found +here. +The tool can also be used to obtain only features within a given range, for example:
+bigBedToBed https://hgdownload.soe.ucsc.edu/gbdb/$db/sgdpCopyNumber/LP6005441-DNA_A01_wssd.bb -chrom=chr6 -start=0 -end=1000000 stdout ++Please refer to our +mailing +list archives for questions, or our +Data Access FAQ for more +information.
+