0.9.1 • Published 10 years ago

muts-needle-plot v0.9.1

Weekly downloads
4
License
Apache 2
Repository
github
Last release
10 years ago

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

0.9.1

10 years ago

0.9.0

10 years ago

0.8.0

10 years ago

0.7.2

10 years ago

0.7.1

11 years ago

0.7.0

11 years ago

0.6.1

11 years ago

0.6.0

11 years ago

0.5.2

11 years ago

0.5.1

11 years ago

0.4.2

11 years ago

0.4.1

11 years ago

0.4.0

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.3.0-dev

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago