Git Product home page Git Product logo

chemdash's Introduction

chemdash

Chemical Dataset Exploration Tool Built on Plotly Dash

The chemdash app is a simple analysis application built upon the plotly dash framework. As input the application takes a csv file requiring both smiles and Compound_id fields, other fields will be retained and displayed in the data table portion of the application. A UMAP (similar to t-SNE/PCA) plot will be generated as well as a Molecular Grid Map (MGM). Depending on the column selection in the data table, a distribution plot for the given column will also be displayed. Selection of data points in either the UMAP or MGM plot will result in filtering of the data table and highlighting within the distribution plot. For more information on this demo app please check out my blog post.

Installation

The included yml file should allow you to get started quite easily if you have anaconda installed.

conda env create -f environment.yml

Execution

Download or clone the repository locally, make sure your new environment is active and navigate to the directory containing chemdash.py and run:

python chemdash.py

1000 Compounds

Takes about 30 seconds to load the application

10000 Compounds

Takes ~20 minutes to load the application. If you refer to the blog post above you will see that this is due to the Molecular Grid Map, if you alter the code slightly you should be able to turn that feature off and 10k compounds will likely load in a few minutes.

chemdash's People

Contributors

dmoccia avatar

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.