GithubHelp home page GithubHelp logo

e3fp's Introduction

E3FP: Extended 3-Dimensional FingerPrint

E3FP1 is a 3D molecular fingerprinting method inspired by Extended Connectivity FingerPrints (ECFP)2.

Table of Contents

Dependencies

e3fp is compatible with Python 2.7.x and 3.6.x. It additionally has the following dependencies:

Required

Optional

The following packages are required for the specified features:

Setup and Installation

The following installation approaches are listed in order of recommendation. Each of these approaches first requires an installation of RDKit.

Option 1: Install with Pip

  1. Install with
pip install e3fp
  1. To install the optional Python dependencies, run
pip install mpi4py futures standardiser h5py

Option 2: Clone the repository

  1. Install any of the optional dependencies above.
  2. Download this repository to your machine.
    • Clone this repository to your machine with git clone https://github.com/keiserlab/e3fp.git.
    • OR download an archive by navigating to https://github.com/keiserlab/e3fp and clicking "Download ZIP". Extract the archive.
  3. Install with
    cd e3fp
    python setup.py install

Testing

After installation, it is recommended to run all tests with nose,

pip install nose
nosetests e3fp

Usage and Overview

To use E3FP in a python script, enter:

import e3fp

See pipeline.py for methods for generating conformers and E3FP fingerprints from various inputs.

Run python e3fp/conformer/generate.py --help for options for generating conformers.

Run python e3fp/fingerprint/generate.py --help for options for generating E3FP fingerprints.

See defaults.cfg for an example params file.

See the E3FP paper repo for an application of E3FP and all code used for the E3FP paper1.

References

  1. Axen SD, Huang XP, Caceres EL, Gendelev L, Roth BL, Keiser MJ. A Simple Representation Of Three-Dimensional Molecular Structure. bioRxiv (2017). doi: 10.1101/136705. (preprint)
  2. Rogers D & Hahn M. Extended-connectivity fingerprints. J. Chem. Inf. Model. 50, 742-54 (2010). doi: 10.1021/ci100050t

e3fp's People

Contributors

sethaxen avatar 8li avatar elcaceres avatar

Watchers

James Cloos 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.