Giter VIP home page Giter VIP logo

knetmaps.js's Introduction

KnetMaps.js

Interactive network visualisation tool for exploration of heterogeneous biological knowledge graphs.

KnetMaps paper at https://f1000research.com/articles/7-1651/v1.

KnetMaps_screenshot

Note:

  • KnetMaps feature documentation is available, for new users, in the User_Guide
  • How to use KnetMaps in a static web page is explained in the QuickStart_Guide
  • A more detailed explanation on how to customize network datasets and stylesheets is available in the Technical_Guide
  • To explore KnetMaps and its features, check out this Demo example. Instructions to use it are available in the 3 aforementioned KnetMaps guide docs.

For dev users: To build/package and test locally:

  • Install Node.js (https://nodejs.org/en/download/) & NPM
  • Install Git (https://git-scm.com/)
  • Install bower: npm install -g [email protected] (optional)
  • Install gulp: npm install -g [email protected]
  • To build: gulp optimise
  • Also, downgrade npm (if errors arise): npm install -g [email protected]
  • Note: Make sure you use Node v10.21.0 as new versions fail with gulp 3 (need gulp 4 which KnetMaps does not support)
  • Note: Our test environment uses node 10.21.0, npm 6.1.0 , bower 1.8.8, gulp 3.9.1. Note: As of last check, Node.js 10.7.0 can be downloaded with npm 6.1.0 , which works well with KnetMaps/KnetMiner.

Testing on local PC's is easy and can be done using any lightweight servers like jetty, apache, tomcat, etc. Python3 users can easily install SimpleHTTPServer via pip and test with that, e.g., on Windows via:

pip install SimpleHTTPServer

cd D:/<path-to-knetmaps-repo>/ #where our `index.html` is located

python -m http.server 9000 #app should be up on http://localhost:9000/index.html

knetmaps.js's People

Contributors

ajitps avatar keywanhp avatar

Watchers

James Cloos 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.