This example demonstrates the dynseq graph type for WIG tracks. The dynseq option renders genome bases as colored glyphs with heights proportional to the WIG values, combining sequence information with quantitative data.
graphType: "dynseq" in your WIG track configuration,
or select "dynseq" from the track's context menu.
{
"name": "Sample DynSeq Track",
"type": "wig",
"url": "path/to/your/data.bigWig",
"graphType": "dynseq",
"height": 100,
"color": "blue",
"altColor": "red"
}