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

kiwiii

v1.0.0-alpha.1

Published

Kinetic interactive web interface for intuitive informatics

Downloads

21

Readme

Kiwiii

Kiwiii is a web application package for chemical data analysis and visualization.

Datagrid module, which is mainly designed for drug candidate data profiling, has sortable smooth scroll table with chemical structure SVG data and plot columns. Flashflood web server will help continuous data integration by offering workflow pipeline and parallel computation job scheduling via HTTP.

Network module offers a platform for network-based structure-activity relationship (SAR) analysis. This network consists of chemical structure similarity connections among each chemical entity nodes. General graph analysis methods are applied to the network to find meaningful relationship in the chemical space.

As the dataset specifications of them are based on JSON, many of available data resources on the internet can be easily imported for the integrated data analysis. The visualized analysis results can be exported to compressed JSON reversibly (also SDFile and Excel but irreversibly). Their fine portability also accelerates data exchange for collaborations.

Supported browsers

  • Google Chrome 57+
  • Mozilla Firefox 50+

Try interactive data view examples (Bl.ocks)

Features and demo applications

Datagrid view

[Datagrid app demo (DrugBank Approved drugs)]

[Datagrid app demo (SPR sensorgram plot table example)]

  • SlickGrid-like smooth scroll datatable
  • Sortable
  • Row filter
  • User input column (checkbox and comment)
  • PNG, SVG image column (ex. chemical structure column)
  • Plot column (Vega version 3 plot data)
  • Chemical structure similarity network generation (requires Flashflood server)
  • Export to SDFile and Excel (requires Flashflood server)

Network view

[Network app demo (DrugBank Approved drugs)]

  • Visualized network of chemical structure nodes connected with structure similarity relationship (known as Chemical Space Network)
  • Force-directed layout implemented with d3-force
  • Interactive zoom and drag
  • Community detection (jLouvain)

Profile view

  • An overview of the chemical data entry (chemical structure, properties, aliases and related assay results)
  • requires Flashflood server

Dashboard

[Dashboard app]

  • Entry point of the application bundle
  • Show list of stored local data, server jobs and status
  • Open or delete stored datagrids and networks (You can save your data view into Indexed DB local storage by clicking "Save" on their menubar. Click "Reset local datastore" button to clean up it. Be careful not to leave confidential data on public access PC.)

API Documentation (WIP)

https://mojaie.github.io/kiwiii/docs

License

MIT license

Copyright

(C) 2014-2018 Seiji Matsuoka