An open API service indexing awesome lists of open source software.

https://github.com/drreetusharma/molview3d

3D visualization of molecular structures.
https://github.com/drreetusharma/molview3d

ai graph matplotlib-pyplot python seaborn

Last synced: 7 months ago
JSON representation

3D visualization of molecular structures.

Awesome Lists containing this project

README

          



Documentation - ChemGraphX


body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f9;
}
.container {
max-width: 800px;
margin: 50px auto;
padding: 20px;
background-color: white;
border-radius: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
h1, h2, h3 {
text-align: center;
color: #333;
}
p {
font-size: 16px;
line-height: 1.5;
color: #555;
}
.btn-container {
text-align: center;
margin-top: 30px;
}
.btn {
background-color: #28a745;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
font-size: 16px;
transition: background-color 0.3s ease;
}
.btn:hover {
background-color: #218838;
}


ChemGraphX


Real-Time Molecular Property Analysis and Visualization



Welcome to ChemGraphX, a powerful tool for visualizing and analyzing molecular properties in real time. This platform allows users to upload molecular data (in SMILES format) and generate multiple plots based on selected properties such as molecular weight, LogP, hydrogen bond donors, and acceptors. You can view scatter plots, bar charts, and line graphs, and even download the results for further analysis.

How to Use ChemGraphX:



  1. On the home page, upload a CSV file containing molecular IDs (first column) and SMILES (second column) data. Ensure the file contains the columns id and SMILES.

  2. Select the molecular properties you'd like to analyze. These will be used to generate plots (for example, MolecularWeight vs LogP).

  3. Click on the "Generate Plots" button to visualize the data in various formats (scatter, bar, and line charts).

  4. Once the plots are generated, you can download the plots and the results CSV file for further use.

Download Results:


Once the calculations are complete, you can download the CSV file that contains the calculated molecular properties and the generated plots. The results will include the id, SMILES, and the values of the properties you selected.

Key Features:



  • Real-time molecular property calculations.

  • Multiple plot formats including scatter plots, bar charts, and line graphs.

  • Easy export of results as CSV and images.

  • Intuitive interface for selecting properties and visualizing data.