Git Product home page Git Product logo

jviz-coverviewer's Introduction

CoverViewer

An interactive module for visualizing sequence coverage in delimited regions.

Installation

Use the jviz CLI for installing this module:

jviz install coverviewer

Reference

Options

API

coverviewer.draw(start)

Draw the coverage values starting at the position given by the argument start.

coverviewer.move(status)

Enable or disable the move action. If no argument is provided, this method will return the actual status.

coverviewer.clear()

Clear all layers.

Events

coverviewer.on('drag:start', handler)

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.

coverviewer.on('drag:move', handler)

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.

coverviewer.on('drag:stop', handler)

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.

License

MIT LICENSE © The Jviz Team.

jviz-coverviewer's People

Contributors

jmjuanes avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.