npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

muts-needle-plot

v0.9.1

Published

Draws a Needle-Plot for mutation data (stacked).

Downloads

15

Readme

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