Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Babel Molecular Data Processing

Overview

This project demonstrates the use of Open Babel for molecular data processing and cheminformatics applications. It includes chemical file format conversion, molecular structure generation, energy minimization, molecular fingerprinting, similarity searching, substructure searching, and conformer generation.

Objectives

  • Convert molecular structures between different chemical file formats
  • Generate 3D molecular structures
  • Perform molecular geometry optimization
  • Calculate molecular properties
  • Generate molecular conformers
  • Perform similarity and substructure searching

Tools Used

  • Open Babel
  • Discovery Studio Visualizer
  • macOS Terminal

Features

  • Chemical file format conversion (.mol, .sdf, .pdb, .xyz, .smi)
  • 3D structure generation
  • Hydrogen addition and removal
  • Energy minimization
  • Molecular fingerprint generation
  • Similarity searching using Tanimoto coefficient
  • Substructure searching
  • TPSA calculation
  • Conformer generation using Genetic Algorithm and Confab

Project Structure

openbabel-molecular-data-processing/
│
├── data/
├── outputs/
├── screenshots/
├── commands/
└── README.md

Workflow

  1. Prepare the input molecular structure.
  2. Convert between different chemical file formats using Open Babel.
  3. Generate 3D molecular structures.
  4. Add or remove hydrogen atoms.
  5. Perform energy minimization.
  6. Generate molecular fingerprints.
  7. Perform similarity and substructure searching.
  8. Calculate molecular properties.
  9. Generate multiple conformers using Genetic Algorithm and Confab.

Skills Demonstrated

  • Cheminformatics
  • Molecular Data Processing
  • Open Babel
  • Computational Chemistry
  • Molecular File Format Conversion
  • Molecular Fingerprinting
  • Similarity Searching
  • Command-Line Bioinformatics

About

Open Babel workflow for molecular file conversion, optimization, and cheminformatics analysis.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors