837fb9fdc2e3db16abf0c91e3382acc7e3b84191 gperez2 Thu Mar 28 12:39:08 2024 -0700 Added optional URL parameters from customTrack.html#SHARE, updated them for hg38, and added them to FAQlink.html#trackViz, refs #30575 diff --git src/hg/htdocs/FAQ/FAQlink.html src/hg/htdocs/FAQ/FAQlink.html index cf7d2fe..aaf55a7 100755 --- src/hg/htdocs/FAQ/FAQlink.html +++ src/hg/htdocs/FAQ/FAQlink.html @@ -150,43 +150,130 @@
  • hgt.out3=submit zooms out 10x
  • hgt.out4=submit zooms out 100x
  • The following link is an example which leads to the variant NM_00257:c.1208G>T and zooms out 3x:

    http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=NM_000257:c.1208G>T&hgt.out2=submit

    Setting Track Visibility via URL

    How do I create a custom URL to control the visibility of specific tracks?

    You can control the visibility of tracks from the URL with the following parameters, -each linked by the "&" sign, similar to position parameters. For more information, please see -the optional URL -parameters section of the Custom Tracks User's Guide.

    +each linked by the "&" sign:

    For example, you can use the following command to hide every track (hideTracks=1), set the genome database to hg38 (db=hg38), set the mappability track to full visibility (mappability=full), and set the umap track height to 100 pixels (umap24Quantitative.heightPer=100). Each of these parameters can be used individually or in combination.

    http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&hideTracks=1&mappability=full&umap24Quantitative.heightPer=100

    Composite tracks have additional URL parameters that encode options to hide, select, and display subtracks.