ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
224 stars 148 forks source link

🦠 Model Request: Morgan fingerprints #897

Closed GemmaTuron closed 11 months ago

GemmaTuron commented 11 months ago

Model Name

Morgan Fingerprints

Model Description

The Morgan Fingerprints are one of the most widely used molecular representations. They are circular representations (from an atom, search the atoms around with a radius n) and can have thousands of features. This implementation uses the RDKit package and is done with radius 3 and 2048 dimensions, providing a binary vector as output. For Morgan counts, see eos5axz.

Slug

morgan-fps

Tag

Descriptor, Fingerprint

Publication

https://pubmed.ncbi.nlm.nih.gov/20426451/

Source Code

https://www.rdkit.org/docs/GettingStartedInPython.html#morgan-fingerprints

License

BSD-3.0

GemmaTuron commented 11 months ago

/approve

github-actions[bot] commented 11 months ago

New Model Repository Created! 🎉

@GemmaTuron ersilia model respository has been successfully created and is available at:

🔗 ersilia-os/eos4wt0

Next Steps ⭐

Now that your new model respository has been created, you are ready to start contributing to it!

Here are some brief starter steps for contributing to your new model repository:

Note: Many of the bullet points below will have extra links if this is your first time contributing to a GitHub repository

Additional Resources 📚

If you have any questions, please feel free to open an issue and get support from the community!

GemmaTuron commented 11 months ago

This model is incorporated