-
Notifications
You must be signed in to change notification settings - Fork 236
Home
Jim Robinson edited this page Apr 10, 2018
·
39 revisions
igv.js is an embeddable interactive genome visualization component written in JavaScript and CSS. It is based on the desktop Integrative Genomics Viewer (IGV), and developed by the same team.
- Creating the embeddable IGV browser object.
- Controlling the browser object.
- Track types and configuration options.
- Dependencies.
See here for examples that illustrate embedding igv.js in web pages.
Releases
-
Current Release: https://igv.org/web/release/1.0.9
-
Beta Release (built periodically with next release features): https://igv.org/web/beta
-
Nightly Build (caution advised): https://igv.org/web/test/dist
Building from Source To build igv.js and igv.min.js run "grunt" from the repository root directory. See https://gruntjs.com/ for information for installing grunt.
See also the Release Notes