Giter Club home page Giter Club logo

cheminformatics's Introduction

Hello! ๐Ÿ‘‹ I'm Ajay Khanna

I'm a passionate computational chemist with cheminformatics expertise. I am dedicated to utilizing computational methods and tools to solve real-world problems in drug discovery and molecular modeling. I have proven track record in molecular dynamics, quantum mechanics, and structure-based transformations. Skilled in integrating machine learning techniques for rapid compound screening and predictive analytics. I have successfully contributed to developing the ligand-binding and solvation free-energy computational pipepline in a fast-paced start-up environment. Proven experience in developing Python and C++ tools for efficient big data analysis. Adept at harnessing RDKit, Open Babel, and OEChem for advanced cheminformatics applications. Seeking to bring a blend of technical proficiency and analytical expertise to future endeavors.

๐Ÿ”ฌ My Expertise:

  • Languages: Python, C++
  • Cheminformatics Tools: RDKit, Open Babel, OEChem, and Cpptraj
  • Databases: PubChem, ChEMBL

Cheminformatics

A set of tutorial for applying cheminformatics techniques in Virtual Screening, Similarity Search, Conformer generating and High quality figure for presentation.

๐Ÿ“š Recent Projects:

๐Ÿ“˜ Tutorials:

I believe in sharing knowledge. Check out my tutorials on RDKit applications in cheminformatics!

  • ๐Ÿ” Molecular Similarity Search with RDKit: Unlock the Power of Cheminformatics by Exploring Tanimoto Molecular Similarity!. Molecular similarity plays a pivotal role in cheminformatics, offering insights into various applications such as virtual screening, compound selection, and drug repurposing. In this tutorial, we'll harness the capabilities of RDKit, a comprehensive cheminformatics library, to compute and analyze molecular similarity using fingerprints and the Tanimoto similarity metric.

    The Tanimoto similarity (often referred to as the Jaccard index) between two sets ( A ) and ( B ) is defined as:

$$ \text{Tanimoto}(A, B) = \frac{|A \cap B|}{|A \cup B|} $$

When it comes to molecular fingerprints, this metric essentially computes the ratio of shared bits (features) to the total number of bits set in either of the two molecules.
  • ๐Ÿงช Chemical Descriptor Computation with RDKit : Transforming Molecular Structures into Meaningful Numerical Descriptors!. Chemical descriptors play a crucial role in cheminformatics by translating molecular structures into numerical values, these descriptors become the foundation for many machine learning and deep learning models. Such models aim to predict chemical properties and facilitate the drug discovery process by efficiently navigating the vast chemical space. The code below uses the RDKit library to compute a series of common chemical descriptors for a given list of molecules represented as SMILES strings.

  • ๐Ÿงฌ Clustering Conformers with RDKit: Discover the Power of Conformer Clustering for Molecular Analysis!. Molecular conformers represent different spatial arrangements of atoms in a molecule, arising due to the rotation around single bonds. Clustering these conformers is essential in understanding the conformational landscape of molecules. This tutorial leverages RDKit's capabilities to generate, align, and cluster conformers, providing insights into the structural diversity of a molecule. Such understanding is critical for applications like drug design and molecular simulations.

๐Ÿ“ซ Get in Touch:

Feel free to explore my repositories and drop a star โญ if you find something interesting!

cheminformatics's People

Contributors

ajaykhanna avatar

Watchers

 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.