Giter Site home page Giter Site logo

Comments (4)

eloyfelix avatar eloyfelix commented on May 26, 2024

Hi Andrew,

FPSim2 is using this RDKit function to generate Morgan fingerprints:

http://rdkit.org/docs/source/rdkit.Chem.rdMolDescriptors.html#rdkit.Chem.rdMolDescriptors.GetMorganFingerprintAsBitVect

which means that you could use the useChirality flag which is set as False by default when creating the fingerprints file
{'radius': 2, 'nBits': 2048, 'useChirality': True}

hope it helps

from fpsim2.

someonetookmyname avatar someonetookmyname commented on May 26, 2024

Thank you for the response.

Is it ok to use Morgan fingerprints for substructure searches? https://chembl.github.io/FPSim2/source/user_guide/subs.html recommends to use RDKPatternFingerprints, but I cannot find a similar "useChirality" option for that fingerprint type?

Thank you.

from fpsim2.

eloyfelix avatar eloyfelix commented on May 26, 2024

Be aware that the substructure function in FPSim2 does not run a full substructure search. It is mentioned in the documentation and you coud bet a getter idea of what you'll get from it in Greg's blogpost: http://rdkit.blogspot.com/2013/11/fingerprint-based-substructure.html TL;DR section.

There is no such parameter in RDKit for the RDKPatternFingerprints. It is recommended by FPSim2 because is the best option in RDKit :) I didn't experimented with Morgan but I'm afraid they can have much worse accuracy than the specificaly designed fingerprints.

from fpsim2.

someonetookmyname avatar someonetookmyname commented on May 26, 2024

Thank you for this extra information!

from fpsim2.

Related Issues (20)

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.