Metadata-Version: 2.1
Name: pyADAqsar
Version: 1.0.1
Summary: A cheminformatics package to perform Applicability Domain of molecular fingerprints based in similarity calculation.
Home-page: https://github.com/jeffrichardchemistry/pyADA
Author: Jefferson Richard
Author-email: jrichardquimica@gmail.com
License: GNU GPL
Description: # 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
        <ul>
        <li><b>numpy</b></li>
        <li><b>pandas</b></li>
        <li><b>tqdm</b></li>
        </ul>
        
        ## Install
        <b>Via github</b>
        ```
        git clone https://github.com/jeffrichardchemistry/pyADA
        cd pyADA
        python3 setup.py install
        ```
        
Keywords: Cheminformatics,Chemistry,Applicability Domain,QSAR,SAR,Molecular Fingerprint
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
