e9f3044bd364e4224e05da2291fdbc126ba0895a gperez2 Tue Jan 5 16:24:11 2021 -0800 Code review edits to bigLolly.html Example 3 settings, refs #26742 diff --git src/hg/htdocs/goldenPath/help/bigLolly.html src/hg/htdocs/goldenPath/help/bigLolly.html index b139af2..633585b 100755 --- src/hg/htdocs/goldenPath/help/bigLolly.html +++ src/hg/htdocs/goldenPath/help/bigLolly.html @@ -111,31 +111,35 @@ file contains the chrom.sizes for the human hg38 assembly.
  • Use the bedToBigBed utility to create a bigBed file from your sorted BED file, using the bigLollyExample2.bed file and chrom.sizes files created above.

    bedToBigBed -as=bigLollyExample2.as -type=bed9+1 bigLollyExample2.bed hg38.chrom.sizes bigLollyExample2.bb
  • Move the newly created bigBed file (bigLollyExample2.bb) to a web-accessible http, https, or ftp location. At this point you should have a URL to your data, such as "https://institution.edu/bigLollyExample2.bb", and the file should be accessible outside of your institution/hosting providers network. For more information on where to host your data, please see the Hosting section of the Track Hub Help documentation.

    track type=bigLolly name="bigLolly Example Two: SNP data" description="A second bigLolly file" bigDataUrl=http://genome.ucsc.edu/goldenPath/help/examples/bigLollyExample2.bb lollyField=pValueLog visibility=full
  • Go to chr21:15,593,670-15,632,442 to see the data.
  • Example #3

    -In this example, you will create your own bigBed file to display as a bigLolly from an bed file with the size of the lollipop defined by an extra field, and the height defined by the score field. We'll also turn off the lollipop stems and add some labels and lines on the y axis.

    +In this example, you will create your own bigBed file to display as a bigLolly from a bed file with the size of the lollipop defined by +an extra field (lollySizeField=lollySize) where the numbers in this field are similar to a radius and define circle size. +To avoid large circles from being clipped, the setting lollyMaxSize=10 ensures circles of size 10 fully display. Also, to +turn off the lollipop stems, the setting lollyNoStems=on is added. Finally, the settings yAxisLabel.0="0 on 30,30,190 0" +and yAxisLabel.1="5 on 30,30,190 5" adds labels and lines on the y axis where 30,30,190 defines the color.

    1. Save this bed file to your computer.
    2. Save the autoSql files bigLollyExample3.as to your computer.
    3. Download the bedToBigBed utility.
    4. Save the hg38.chrom.sizes text file to your computer. This file contains the chrom.sizes for the human hg38 assembly.
    5. Use the bedToBigBed utility to create a bigBed file from your sorted BED file, using