Coder Social home page Coder Social logo

kelly1210 / clusfps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaiwang0112006/clusfps

0.0 0.0 0.0 20.95 MB

A Molecular cluster tools built on RDKit

License: Other

C++ 0.91% Python 95.86% CSS 0.18% Makefile 0.20% HTML 1.92% CMake 0.94%

clusfps's Introduction

clusfps

clusfps is just a script that I wrote on the top of RDKit (2015_03_1) to do compound structure clustering. This script is under the terms of the WTFPL(Do What the Fuck You Want to Public License).

RDKit

RDKit is a collection of cheminformatics and machine-learning software written in C++ and Python. Detail information can be found at Github

RDKit on windows

  1. cp the whole RDKit package to a folder like d:/RDKit_2015_03_1

  2. Add environment variables RBASE=d:/RDKit_2015_03_1

  3. Add environment variables PYTHONPATH:%RBASE%

  4. Add environment variables PATH:%RDBASE%/lib

RDKit on Linux

Detail installation guild can be found at RDKit install guild

clusfps clustering process

Two steps are included in clusfps: fingerprint generation and cluster calculation. Three type of fingerprint can be calculated: Topological Fingerprints, MACCS Keys and Morgan Fingerprints. Morgan Fingerprints generation needs users to define radius through command-line. Cluster algorithm include Butina and Murtagh. When using Butina, a cutoff is needed , which means elements within this range of each other are considered to be neighbors. When using Murtagh, the number of clusters should be pre-defined. Example can be found at Example

clusfps Architecture

clusfps's People

Contributors

kaiwang0112006 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.