Giter VIP home page Giter VIP logo

chemreps

License: MIT DOI Documentation Status codecov Gitter Chat Binder Build Status

chemreps is a Python package for the creation of molecular representations for the purpose of machine learning. The molecular representations included in this library are implemented/adapted from current literature. The aim of chemreps is to provide an easy to use library for making molecular representations that can be then used with machine learning packages such as Scikit-Learn and Tensorflow.

Current Implementations

  • Coulomb Matrix
  • Bag of Bonds
  • Bonds/Nonbonding, Angles, Torsions
  • Just Bonds
  • Morgan Fingerprints (RDKit Dependency)

The citations for the literature from which the representations are implemented/adapted from can be found in the source code for each representation.

Representation requests

Requests for new representations to be added can be made by raising an issue and labeling it as a feature request. Before requesting a new representation, please check under the Representation project in the Projects tab to see if that representation is included in the current work or progress.

Install

The latest release version can be installed with:

pip install chemreps

The latest development version can be installed by:

git clone https://github.com/chemreps/chemreps
cd chemreps
pip install -e .

Dependencies

chemreps requires:

  • Python (>=3.6)
  • NumPy (>=1.12)
  • cclib (>=1.5)
  • QCElemental
  • SciPy

Optional Dependencies

  • RDKit (for Morgan Fingerprints)

Contributing

If you are interested in helping develop for this project, please check out Contributing to chemreps in the wiki for a guide on how to get started.

Testing

Tests can be run in the top-level directory with the command pytest -v --cov=chemreps tests/

For help

If you need any help using chemreps, feel free to post in our Gitter.

Disclaimers:

  • These are attempts at the recreation of molecular representations from literature and may not be implemented properly.
    • If we do not implement something properly, feel free to make an issue.
  • This is solely a representation library and will not perform machine learning.

Citing

We now have a Zenodo release!

chemreps's Projects

chemreps icon chemreps

Implementation of various machine learning representations for molecules

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.