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.
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
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
-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.
bedToBigBed
utility.bedToBigBed
utility to create a bigBed file from your sorted BED file, using