An interactive module for visualizing sequence coverage in delimited regions.
Use the jviz CLI for installing this module:
jviz install coverviewer
Draw the coverage values starting at the position given by the argument start
.
Enable or disable the move action. If no argument is provided, this method will return the actual status.
Clear all layers.
Emit the handler
function when the user press the left mouse button. The handler
function will be called with the following arguments:
start
: coverage draw start position.end
: coverage draw end position.
Emit the handler
function when the user moves the coverage graphic. The handler
function will be called with the following arguments:
start
: actual coverage draw start position.end
: actual coverage draw end position.
Emit the handler
function when the user release the left mouse button. The handler
function will be called with the following arguments:
start
: actual coverage draw start position.end
: actual coverage draw end position.
MIT LICENSE © The Jviz Team.