Giter Site home page Giter Site logo

muts-needle-plot's Introduction

Mutations Needle Plot (muts-needle-plot)

A needle-plot (aka stem-plot or lollipop-plot) plots each data point as a big dot and adds a vertical line that makes it appear like a needle.

DOI

This software is citable! Different citation styles available at *http://dx.doi.org/*+DOI

Availability

Image of a Needle-Plot

Examples (snippets)

This library is can be found as npm-library in the BioJS registry.

Thus examples can bee seen at the biojs.net registry: http://biojs.net/

Installation

Install npm

If you want to install the latest release MutNeedles on your machine, you need to have npm installed.

Install Mutations Needle Plot (muts-needle-plot)

Once you have npm installed you may install the latest release (from the npm-repository) or the develop-version (the code from GitHub).

  • Latest npm release:

    • npm install muts-needle-plot. This command will retrieve the latest release from the npm-repository (https://www.npmjs.org/)
    • Enter the created directory cd node_modules/muts-needle-plot.
    • Run the examples (snippets) with the command npm run sniper and access them at the url http://localhost:9090/snippets/ in your browser
  • Latest develop version from GitHub

    • Clone the MutNeedles repository from your computer: git clone https://github.com/bbglab/muts-needle-plot.git
    • Enter the newly created code dir and install it with npm: npm install
    • Run the examples (snippets) with the command npm run sniper and access them at the url http://localhost:9090/snippets/ in your browser

Proxy

Watch out, if you are sitting behind a (corporate) proxy, you should communicate this to npm as follows before trying to install the libraries:

npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080

Issues

Please report issues at: https://github.com/bbglab/muts-needle-plot/issues

Authors

Michael Schroeder

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.