Socket
Book a DemoInstallSign in
Socket

higlass-labelled-points-track

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

higlass-labelled-points-track

HiGlass Labelled Points Track

0.1.16
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Labelled Points Track for HiGlass

Explore datasets containing millions of points with labels in HiGlass

HiGlass Build Status

A view of over 1 million data points, heavily downsampled

Note: This is the source code for the labelled points track only! You might want to check out the following repositories as well:

Installation

npm install higlass-labelled-points-track

Usage

To try this track out, head over to https://github.com/pkerpedjiev/million-primes and start a server using the provided notebook.

  • Make sure you load this track prior to hglib.js. For example:
<script src="higlass-labelled-points-track.js"></script>
<script src="hglib.js"></script>
<script>
  ...
</script>
  • Now, configure the track in your view config and be happy!
{
  ...
  {
    server: 'http://localhost:8001/api/v1',
    tilesetUid: 'blah',
    type: 'labelled-points-track',
    options: {
        labelField: 'label',
        xPosField: 'x',
        yPosField: 'y'
    },
  },
  ...
}

Take a look at src/index.html for an example.

Development

Installation

$ git clone https://github.com/pkerpedjiev/labelled-points-track && higlass-labelled-points-track
$ npm install

Commands

Developmental server: npm start Production build: npm run build

Keywords

HiGlass

FAQs

Package last updated on 20 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.