moldescriptor / molecule-descriptors-webtool

A simple, user-friendly website where users can input molecules (a string) and use RDkit, an open source Python package, to calculate various descriptors.
Apache License 2.0
0 stars 0 forks source link

MolDescriptor

MolDescriptor is a simple, user-friendly web application where users can input molecules (in a SMILES string) and use RDkit, an open source Python package, to calculate various descriptors. The descriptors are then displayed in a table on the website. The result can also be downloaded as a CSV file.

The goal of this project is to utilize RDKit to calculate descriptors and make them easily accessible to users. The descriptors are organized into tabs based on the RDKit modules they belong to. Users can also search for specific descriptors using the search tab. The descriptors are calculated using RDKit and displayed in a table on the website. The end goal is making life easier for people with a chemical background who want to calculate descriptors for their molecules, without having to worry about learning Python.

Features

How to use MolDescriptor

You can find an in depth tutorial on how to use MolDescriptor here.

Getting Started

  1. Visit the MolDescriptor website.
  2. In the input field, enter the SMILES notation of the molecule you wish to analyze.
  3. Choose the descriptors you are interested in by navigating the tabs.
  4. (Optional) Use the search tab to find and select specific descriptors.
  5. Click on "Get Result" to compute and display the descriptors.
  6. (Optional) Upload a CSV file containing SMILES notations for batch processing or download your results as a CSV.

Dependencies

The contents of the project