Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
/ kiwiii Public archive

(inactive) A web application client for chemical data analysis and visualization.

License

Notifications You must be signed in to change notification settings

mojaie/kiwiii

Repository files navigation

Kiwiii

Network view Network potency Tile view Table view Plot example Dashboard Profile view

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 instant data view examples (Observable)

Table view Table view

Try demo applications

1. Launch the demo application

https://mojaie.github.io/kiwiii/app/dashboard.html

Dashboard

2. Open test data files (Start Menu -> Open file)

Opened file will be automatically stored into local web storage (IndexedDB). Click "Reset local datastore" button to clean up it. Be careful not to leave confidential data on a public access PC.)

3. Select a view

Datagrid view

Table view Plot example

Features
  • SlickGrid-like smooth scroll datatable
  • Sortable
  • Row filter by keyword
  • User input column (checkbox and comment)
  • PNG, SVG image column (ex. chemical structure column)
  • Plot column (Vega version 3 plot data)

Network view

Network view Network potency

Features
  • 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)

Tile view (Experimental)

Tile view

Features
  • Heatmap
  • Microplate assay data interpretation

Client-server environment

  • Kiwiii and Flashflood forms client-server environment for chemical data analysis

Flashflood APIs

  • Database search
  • Chemical structure search
  • Genedata Screener access via REST API
  • Chemical structure similarity network generation
  • Export datagrid to SDFile and Excel

Profile view

Profile view

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

API Documentation (WIP)

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

License

MIT license

Copyright

(C) 2014-2018 Seiji Matsuoka