d05f4c65d4ba9e4b23b09d79567fe74d5ed2f9a0 dschmelt Tue May 14 13:44:55 2019 -0700 Removing & signs for consistency #23131 diff --git src/hg/htdocs/FAQ/FAQlink.html src/hg/htdocs/FAQ/FAQlink.html index e6ff50b..aa7f0bd 100755 --- src/hg/htdocs/FAQ/FAQlink.html +++ src/hg/htdocs/FAQ/FAQlink.html @@ -87,34 +87,34 @@
  • ignoreCookie=1 - removes pre-existing user settings like track seletion, custom tracks, and track hubs
  • For example, you can use the following command to hide every track (hideTracks=1) and set the knownGene track to the pack visibility (knownGene=pack):

    http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&hideTracks=1&knownGene=pack

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

    -

    For example, the following URL hides all tracks (&hideTracks=1), hides a specific composite -track's default subtracks (&refSeqComposite_hideKids=1), turns on one specific subtrack -(&ncbiRefSeqCurated=full), and checks a box to display that subtrack -(&ncbiRefSeqCurated_sel=1). +

    For example, the following URL hides all tracks (hideTracks=1), hides a specific composite +track's default subtracks (refSeqComposite_hideKids=1), turns on one specific subtrack +(ncbiRefSeqCurated=full), and checks a box to display that subtrack +(ncbiRefSeqCurated_sel=1).

    https://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&hideTracks=1&refSeqComposite_hideKids=1&ncbiRefSeqCurated=full&ncbiRefSeqCurated_sel=1

    Loading data with the URL

    Loading Custom Track data with the URL

    How do I create a link to my custom track data?

    You can combine the URL visibility settings with the &hgct_customText= parameter using a track line you would otherwise put in the custom track input box. The following example shows the hgct_customText parameter accepting a bigBed file URL as a custom track:

    http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr21:34821279-34888690&hgct_customText=https://genome.ucsc.edu/goldenPath/help/examples/bigBedExample.bb