JSPM

higlass

0.5.13
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 468
  • Score
    100M100P100Q110258F

Massive matrix viewer

Package Exports

  • higlass

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (higlass) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Introduction

HiGlass is a tool for displaying a large scale view of Hi-C data. It strives to create a seamless interface for zooming and exploration of massive 2D genomic data sets.

Live Example

A live example can be found here.

Development

npm start

Build

npm run compile

Documentation

cd doc
make

Update version

npm version patch; git push --tags