d92fae77c81b3969405c288413a30f675ec324c3 brianlee Wed Jul 7 09:54:40 2021 -0700 Adding a note about altColor on the wiggle.html page from MLQ input refs #27753 diff --git src/hg/htdocs/goldenPath/help/wiggle.html src/hg/htdocs/goldenPath/help/wiggle.html index 3a60bd1..538ea71 100755 --- src/hg/htdocs/goldenPath/help/wiggle.html +++ src/hg/htdocs/goldenPath/help/wiggle.html @@ -171,31 +171,33 @@ smoothingWindow=off|2-16

The track type with version is REQUIRED, and it currently must be wiggle_0:

type wiggle_0

The remaining values are OPTIONAL:

name              <trackLabel>                         # default is "User Track"
 description       <centerLabel>                        # default is "User Supplied Track"
 visibility        <full|dense|hide>                    # default is hide
 color             <RRR,GGG,BBB>                        # default is 255,255,255
 altColor          <RRR,GGG,BBB>                        # default is 128,128,128
 priority          <N>                                  # default is 100

For a list of additional options, see the bigWig format page. Note that bigWig files created from bedGraph cannot be converted to wiggle using bigWigToWig -and instead will be reverted back to their original bedGraph format.

+and instead will be reverted back to their original bedGraph format. Also, for tracks using altColor +with the windowing function "mean+whiskers" the shading of colors will be impacted with lighter shades for values +a standard deviation around the mean, most noticeable when zoomed out and average calculations are taking place.

Examples

This example specifies 19 separate data points in two tracks (the first is name="variableStep" and the second is name="fixedStep" where priority= orders them) in the region chr19:49,304,200-49,310,700. To view this example as a custom track in the Genome Browser, copy the text and paste it into the "Add Custom Tracks" text box.

browser position chr19:49304200-49310700
 browser hide all
 #	150 base wide bar graph at arbitrarily spaced positions,
 #	threshold line drawn at y=11.76
 #	autoScale off viewing range set to [0:25]
 #	priority = 10 positions this as the first graph