Skip to main content

A molecular graph generation and analysis toolkit using Graph Neural Networks

Project description

eDeriv2

A molecular graph generation and analysis toolkit using Graph Neural Networks for drug discovery and molecular design.

Overview

eDeriv2 is a comprehensive Python package for molecular graph generation, analysis, and machine learning applications in chemistry and drug discovery. It provides state-of-the-art Graph Neural Network (GNN) models for molecular representation learning, graph generation, and molecular property prediction.

Features

  • Molecular Graph Generation: Advanced GNN-based models for generating molecular graphs
  • Graph Neural Networks: Implementation of various GNN architectures (GVAE, GAE, EGATConv)
  • Molecular Analysis: Tools for molecular property prediction and analysis
  • RDKit Integration: Seamless integration with RDKit for molecular operations
  • DGL Support: Built on Deep Graph Library (DGL) for efficient graph operations
  • PyTorch Backend: Full PyTorch support for deep learning models
  • Visualization: Built-in visualization tools for molecular graphs and results

Installation

From PyPI (Recommended)

pip install ederiv2

From Source

# Clone the repository
git clone https://github.com/yourusername/eDeriv2.git
cd eDeriv2

# Install in development mode
pip install -e .

Dependencies

The package requires the following key dependencies:

  • Python >= 3.8
  • PyTorch >= 1.9.0
  • DGL >= 1.0.0
  • RDKit >= 2022.9.1
  • NumPy >= 1.21.0
  • Pandas >= 1.3.0

For a complete list of dependencies, see requirements.txt.

Quick Start

Basic Usage

import torch
from src.graph_handler import DGLGraphHandler
from src.gvae_models import GVAE

# Initialize a GVAE model
model = GVAE(
    node_feat_dim=13,
    edge_feat_dim=4,
    hidden_dim=64,
    latent_dim=32,
    node_classes=13,
    edge_classes=4
)

# Create a graph handler
handler = DGLGraphHandler()

# Your molecular data processing here
# ...

Molecular Graph Generation

from src.graph_maker import DGLGraphMaker
from rdkit import Chem

# Create a graph maker
graph_maker = DGLGraphMaker()

# Convert SMILES to graph
smiles = "CCO"
mol = Chem.MolFromSmiles(smiles)
graph = graph_maker.create(mol, "rdkit_mol")

Training a Model

from src.nn_tools.trainers import GVAETrainer

# Initialize trainer
trainer = GVAETrainer(model, device='cuda')

# Train the model
trainer.train(train_dataloader, val_dataloader, epochs=100)

Project Structure

eDeriv2/
├── src/                          # Main package source
│   ├── chem_handlers/           # Chemical data handling
│   ├── input_tools/             # Input processing tools
│   ├── nn_tools/                # Neural network utilities
│   ├── optm_tools/              # Optimization tools
│   ├── output_tools/            # Output and visualization
│   └── sys_tools/               # System utilities
├── assets/                      # Data assets
├── outputs/                     # Output files
├── training_plots/              # Training visualizations
├── setup.py                     # Package setup
├── pyproject.toml              # Modern Python packaging
├── requirements.txt            # Dependencies
└── README.md                   # This file

Models

GVAE (Graph Variational Autoencoder)

  • File: gvae_v1.py, gvae_v2.py
  • Description: Graph Variational Autoencoder for molecular graph generation
  • Features: Encoder-decoder architecture with variational inference

GAE (Graph Autoencoder)

  • File: gae.py
  • Description: Graph Autoencoder for graph representation learning
  • Features: Simple autoencoder architecture for graphs

EGATConv (Edge-aware Graph Attention)

  • File: graph_encoder.py
  • Description: Edge-aware Graph Attention Convolution
  • Features: Attention mechanism for both nodes and edges

Examples

Molecular Property Prediction

from src.models import MolecularPropertyPredictor

# Initialize predictor
predictor = MolecularPropertyPredictor(model_path="path/to/model.pth")

# Predict properties
properties = predictor.predict(smiles_list)

Graph Visualization

from src.utils import plot_molecules_and_fragments

# Visualize molecular graphs
plot_molecules_and_fragments(molecules, fragments, output_path="output.png")

Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

Development Setup

# Clone the repository
git clone https://github.com/yourusername/eDeriv2.git
cd eDeriv2

# Create a virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install development dependencies
pip install -e ".[dev]"

# Run tests
pytest

License

This project is licensed under the MIT License - see the LICENSE file for details.

Citation

If you use eDeriv2 in your research, please cite:

@software{ederiv2,
  title={eDeriv2: A molecular graph generation and analysis toolkit},
  author={eDeriv2 Team},
  year={2024},
  url={https://github.com/yourusername/eDeriv2}
}

Support

Acknowledgments

  • RDKit for molecular informatics
  • DGL for deep graph library
  • PyTorch for deep learning framework

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ederiv2-0.1.0.tar.gz (288.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ederiv2-0.1.0-py3-none-any.whl (50.2 kB view details)

Uploaded Python 3

File details

Details for the file ederiv2-0.1.0.tar.gz.

File metadata

  • Download URL: ederiv2-0.1.0.tar.gz
  • Upload date:
  • Size: 288.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for ederiv2-0.1.0.tar.gz
Algorithm Hash digest
SHA256 997565de3dafcf4c80f9c8383ce7cedae7186c85163d481bd6ba78fc426f7e46
MD5 1a3bdf2155d6176c973b9b7c4886c669
BLAKE2b-256 07d8e2eea3ee9f02c89c42f826fd3c383b2f5f7edb97553c5f86e4bd4d2668e3

See more details on using hashes here.

File details

Details for the file ederiv2-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: ederiv2-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 50.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for ederiv2-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4b5e85885e25bf3cec6a9a0657ca648f025a083976ce43f2e74f847accbd3575
MD5 bdb4d05e3a29bc4e49ff69b7b3673afb
BLAKE2b-256 36117452acbf601f90c49f2e2a4e630e322df281f7689e999e35c9c43945e006

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page