Hi Hiram,
>From
http://genomewiki.ucsc.edu/index.php/Selecting_a_graphing_track_data_format
1. Pseudo /line graphs/ can be drawn with the wiggle tracks by
setting optional drawing parameters in the display of the track to
draw /points/ instead of bars with smoothing on to smear the
points together into a line.
The pseudo line graph functionality is what I desire.
Previously, it had been possible to do this with bedgraph format files.
I don't know what "smearing" means. I'm just looking for a quick way to
draw the moving average as I had been able to do before.
As I mentioned below, my track line is:
track type=bedGraph autoScale=on graphType=points windowingFunction=mean
smoothingWindow=16
I suppose my solution is to modify my scripts to use the wiggle variable
step format?
thanks,
-Lionel