Skip to content

refinery-platform/heatmap-volcano-pca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heatmap-volcano-pca

Basic heatmap + scatterplot + PCA visualization.

Setup

The core of the project is pure, old-fashioned javascript. Visit the demo.

Test

On the other hand, NPM is required to run the tests. At the moment you can run them on the commandline with:

$ npm install
$ karma start --single-run --browsers Firefox 
$ node_modules/.bin/eslint {src,test}/* 

Release

$ npm version patch
$ git push --follow-tags origin master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published