eb6c298ad69f65ae5d92c6e96fafa034da34286a brianlee Mon May 16 15:12:21 2022 -0700 Adding an anchor to a new Ex4 dynseq example on bigWig.html refs #28499 diff --git src/hg/htdocs/goldenPath/help/bigWig.html src/hg/htdocs/goldenPath/help/bigWig.html index 7fc8f57..74f3feb 100755 --- src/hg/htdocs/goldenPath/help/bigWig.html +++ src/hg/htdocs/goldenPath/help/bigWig.html @@ -197,30 +197,55 @@ <pre><code><strong>bedGraphToBigWig</strong> in.bedGraph chrom.sizes myBigWig.bw</code></pre> (Note that the bedGraphToBigWig program <strong>DOES NOT</strong> accept gzipped bedGraph input files.)</li> <li> Move the newly created bigWig file (<code>myBigWig.bw</code>) to a web-accessible http, https, or ftp location.</li> <li> Paste the URL into the custom track entry form or construct a <a href="hgTracksHelp.html#CustomTracks">custom track</a> using a single <a href="hgTracksHelp.html#TRACK">track line</a>.</li> <li> Paste the custom track line into the text box on the <a href="../../cgi-bin/hgCustom">custom track management page</a>.</li> </ol> +<a name=dynseq></a> +<h3 id=Ex4>Example #4</h3> +<p> +In this example, will display a bigWig with a dynamic sequence logo using <code>logo=on</code>.</p> +<p> +<ol> + <li> + Construct a track line that references the <em>bigWigExample.bw</em> file: + <pre><code>track type=bigWig logo=on name="Example dynaseq" description="A bigWig file with logo=on dynaseq" visibility=full autoScale=off bigDataUrl=http://genome.ucsc.edu/goldenPath/help/examples/bigWigExample.bw</code></pre></li> + <li> + Include the following browser line to ensure that the custom track opens at the correct + position: + <pre><code>browser position chr21:33,037,000-33,037,050</code></pre></li> + <li> + Paste the browser and track lines onto the <a href="../../cgi-bin/hgCustom">custom track + management page</a> for the human assembly hg19 (Feb. 2009), click the "submit" button, + then click the "chr21" link in the custom track listing to view the bigWig track in the + Genome Browser.</li> +</ol> +<p> +The <a href="https://kundajelab.github.io/dynseq-pages/" target="_blank">dynseq</a> +displays nucleotide characters scaled by user-specified, base-resolution scores and +was developed by the <a href="https://kundajelab.github.io/about/" +target="_blank">Kundaje Lab</a>.</p> + <h2>Sharing your data with others</h2> <p> If you would like to share your bigWig data track with a colleague, learn how to create a URL by looking at Example #6 on <a href="customTrack.html#EXAMPLE6">this page</a>.</p> <a name="Extract"></a> <h2>Extracting data from the bigWig format</h2> <p> Because bigWig files are indexed binary files, it can be difficult to extract data from them. UCSC has developed the following programs to assist in working with these files, available from the <a href="http://hgdownload.soe.ucsc.edu/admin/exe/">binary utilities directory</a>. <ul> <li> <code>bigWigToBedGraph</code> — converts a bigWig file to ASCII <a href="http://genome.ucsc.edu/FAQ/FAQformat.html#format1.8">bedGraph</a> format.</li>