Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyADAqsar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyADAqsar

A cheminformatics package to perform Applicability Domain of molecular fingerprints based in similarity calculation.

  • 1.1.1
  • PyPI
  • Socket score

Maintainers
1

DOI

pyADA

pyADA (Python Applicability Domain Analyzer) is a cheminformatics package to perform Applicability Domain of molecular fingerprints based in similarity calculation. In this case, the calculation of the Applicability Domain consists of a scan of similarities of the structures present in the test set in relation to the training set, the best similarity threshold is the one with the lowest error and also the lowest number of molecules with similarity below the threshold. A notebook file with an example of using this package is present in the directory 'example/example_of_use.ipynb'

Dependencies

  • numpy
  • pandas
  • tqdm
  • scikit-learn
  • Tested in python3.6 and python3.8

Install

Via pip

pip3 install pyADAqsar

Via github

git clone https://github.com/jeffrichardchemistry/pyADA
cd pyADA
python3 setup.py install

How to use

This package has three classes: Smetrics (perform some statistical parameters like Q2ext R2ext etc), Similarity (realize similarity calculations based in differents metrics ) and ApplicabilityDomain (run a scan of AD with differents thresholds). The line code bellow import all classes.

from pyADA import Smetrics, Similarity, ApplicabilityDomain

A file containing a jupyter-notebook with a few examples of use is in 'example' folder. For more information about documentation run the help function of classes.

help(Smetrics)
help(Similarity)
help(ApplicabilityDomain)

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc