luna


Nameluna JSON
Version 0.13.1 PyPI version JSON
download
home_pagehttps://github.com/keiserlab/LUNA
SummaryLUNA: drug discovery toolkit
upload_time2023-07-12 12:22:10
maintainer
docs_urlNone
authorAlexandre Fassio
requires_python>=3.7, <4
licenseMIT
keywords luna eifp fifp hifp ifp interaction fingerprint protein-ligand molecule docking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://github.com/keiserlab/LUNA/blob/master/docs/source/_static/luna.svg


|Docs Status| |Build Status| |Coveralls Status| |PyPi Version| |License|

LUNA [1]_ is an object-oriented Python 3 toolkit for drug design that makes it easy to analyze very large data sets of 3D molecular structures and complexes, and that allows identifying, filtering, and visualizing atomic interactions.

LUNA also implements three hashed interaction fingerprints (IFP): Extended Interaction FingerPrint (EIFP), Functional Interaction FingerPrint (FIFP), and Hybrid Interaction FingerPrint (HIFP) -- inspired by ECFP [2]_, FCFP [2]_, and E3FP [3]_. These IFPs encode molecular interactions at different levels of detail, provide several functionalities to trace individual bits back to their original atomic substructures in the context of the binding site, and are RDKit_-compatible.

Documentation is hosted by ReadTheDocs_, and development occurs on GitHub_.


Installation and Usage
----------------------

The latest stable release (and required dependencies) can be installed as follows:

1. Download LUNA’s `environment.yml <https://github.com/keiserlab/LUNA/blob/master/luna-env.yml>`_ file.

2. Create the Conda environment using the downloaded file:

    conda env create -f <LUNA-ENV-FILE>

3. After creating the Conda environment, activate it:

    conda activate luna-env

4. Finally, install LUNA from Pip:

    pip install luna

For additional installation options and usage instructions, refer to the `documentation <http://luna-toolkit.readthedocs.io>`_.


License
-------

LUNA is available under the |license|.



References
----------

.. [1] |afassio2022|
.. [2] |rogers2010|
.. [3] |axen2017|

.. substitutions

.. |license| replace:: `MIT License`_
.. _MIT License: https://github.com/keiserlab/LUNA/blob/master/LICENSE


.. _RDKit: http://www.rdkit.org
.. _GitHub: https://github.com/keiserlab/LUNA
.. _paper repository: https://github.com/keiserlab/luna-paper
.. _ReadTheDocs: http://luna-toolkit.readthedocs.io

.. |afassio2022_bioRxiv| image:: https://img.shields.io/badge/bioRxiv-136705-blue.svg
    :target: https://doi.org/10.1101/2022.05.25.493419
    :alt: Access the preprint on bioRxiv
.. |afassio2022_doi| image:: https://img.shields.io/badge/doi-10.1021/acs.jmedchem.7b00696-blue.svg
    :target: https://doi.org/10.1021/acs.jcim.2c00695
    :alt: Access the paper
.. |afassio2022| replace:: Fassio, A. V.; Shub, L.; Ponzoni, L.; McKinley, J.; O’Meara, M. J.; Ferreira, R. S.; Keiser, M. J.; de Melo Minardi, R. C. Prioritizing Virtual Screening with Interpretable Interaction Fingerprints. J. Chem. Inf. Model. 2022. |afassio2022_doi|  |afassio2022_bioRxiv|

.. |axen2017_doi| image:: https://img.shields.io/badge/doi-10.1021/acs.jmedchem.7b00696-blue.svg
    :target: http://dx.doi.org/10.1021/acs.jmedchem.7b00696
    :alt: Access the paper
.. |axen2017| replace:: Axen, S. D.; Huang, X.-P.; Cáceres, E. L.; Gendelev, L.; Roth, B. L.; Keiser, M. J. A Simple Representation of Three-Dimensional Molecular Structure. J. Med. Chem. 2017, 60 (17), 7393–7409. |axen2017_doi| |bioRxiv| |F1000 recommended|

.. |rogers2010_doi| image:: https://img.shields.io/badge/doi-10.1021/ci100050t-blue.svg
    :target: http://dx.doi.org/10.1021/ci100050t
    :alt: Access the paper
.. |rogers2010| replace:: Rogers, D.; Hahn, M. Extended-Connectivity Fingerprints. J. Chem. Inf. Model. 2010, 50 (5), 742–754. |rogers2010_doi|

.. |Build Status| image:: https://travis-ci.org/keiserlab/luna.svg?branch=master
   :target: https://travis-ci.org/keiserlab/luna
   :alt: Build Status
.. |Docs Status| image:: http://readthedocs.org/projects/luna/badge/?version=latest
   :target: http://luna-toolkit.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status
.. |Coveralls Status| image:: https://coveralls.io/repos/github/keiserlab/luna/badge.svg?branch=master
   :target: https://coveralls.io/github/keiserlab/luna?branch=master
   :alt: Code Coverage
.. |PyPi Version| image:: https://img.shields.io/pypi/v/luna.svg
   :target: https://pypi.python.org/pypi/luna
   :alt: Package on PyPi
.. |License| image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: https://github.com/keiserlab/LUNA/blob/master/LICENSE
.. |F1000 recommended| image:: http://cdn.f1000.com.s3.amazonaws.com/images/badges/badgef1000.gif
   :target: http://f1000.com/prime/727824514?bd=1
   :alt: Access the recommendation on F1000Prime
   :width: 120px
   :scale: 75 %
.. |bioRxiv| image:: https://img.shields.io/badge/bioRxiv-136705-blue.svg
    :target: https://doi.org/10.1101/136705
    :alt: Access the preprint on bioRxiv



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/keiserlab/LUNA",
    "name": "luna",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <4",
    "maintainer_email": "",
    "keywords": "luna eifp fifp hifp ifp interaction fingerprint protein-ligand molecule docking",
    "author": "Alexandre Fassio",
    "author_email": "afassio@keiserlab.org",
    "download_url": "https://files.pythonhosted.org/packages/c5/d1/b24f8fd5827fe1b3699f8f34629e6e8449d266ad8109df89488e69d8ace1/luna-0.13.1.tar.gz",
    "platform": null,
    "description": ".. image:: https://github.com/keiserlab/LUNA/blob/master/docs/source/_static/luna.svg\n\n\n|Docs Status| |Build Status| |Coveralls Status| |PyPi Version| |License|\n\nLUNA [1]_ is an object-oriented Python 3 toolkit for drug design that makes it easy to analyze very large data sets of 3D molecular structures and complexes, and that allows identifying, filtering, and visualizing atomic interactions.\n\nLUNA also implements three hashed interaction fingerprints (IFP): Extended Interaction FingerPrint (EIFP), Functional Interaction FingerPrint (FIFP), and Hybrid Interaction FingerPrint (HIFP) -- inspired by ECFP [2]_, FCFP [2]_, and E3FP [3]_. These IFPs encode molecular interactions at different levels of detail, provide several functionalities to trace individual bits back to their original atomic substructures in the context of the binding site, and are RDKit_-compatible.\n\nDocumentation is hosted by ReadTheDocs_, and development occurs on GitHub_.\n\n\nInstallation and Usage\n----------------------\n\nThe latest stable release (and required dependencies) can be installed as follows:\n\n1. Download LUNA\u2019s `environment.yml <https://github.com/keiserlab/LUNA/blob/master/luna-env.yml>`_ file.\n\n2. Create the Conda environment using the downloaded file:\n\n    conda env create -f <LUNA-ENV-FILE>\n\n3. After creating the Conda environment, activate it:\n\n    conda activate luna-env\n\n4. Finally, install LUNA from Pip:\n\n    pip install luna\n\nFor additional installation options and usage instructions, refer to the `documentation <http://luna-toolkit.readthedocs.io>`_.\n\n\nLicense\n-------\n\nLUNA is available under the |license|.\n\n\n\nReferences\n----------\n\n.. [1] |afassio2022|\n.. [2] |rogers2010|\n.. [3] |axen2017|\n\n.. substitutions\n\n.. |license| replace:: `MIT License`_\n.. _MIT License: https://github.com/keiserlab/LUNA/blob/master/LICENSE\n\n\n.. _RDKit: http://www.rdkit.org\n.. _GitHub: https://github.com/keiserlab/LUNA\n.. _paper repository: https://github.com/keiserlab/luna-paper\n.. _ReadTheDocs: http://luna-toolkit.readthedocs.io\n\n.. |afassio2022_bioRxiv| image:: https://img.shields.io/badge/bioRxiv-136705-blue.svg\n    :target: https://doi.org/10.1101/2022.05.25.493419\n    :alt: Access the preprint on bioRxiv\n.. |afassio2022_doi| image:: https://img.shields.io/badge/doi-10.1021/acs.jmedchem.7b00696-blue.svg\n    :target: https://doi.org/10.1021/acs.jcim.2c00695\n    :alt: Access the paper\n.. |afassio2022| replace:: Fassio, A. V.; Shub, L.; Ponzoni, L.; McKinley, J.; O\u2019Meara, M. J.; Ferreira, R. S.; Keiser, M. J.; de Melo Minardi, R. C. Prioritizing Virtual Screening with Interpretable Interaction Fingerprints. J. Chem. Inf. Model. 2022. |afassio2022_doi|  |afassio2022_bioRxiv|\n\n.. |axen2017_doi| image:: https://img.shields.io/badge/doi-10.1021/acs.jmedchem.7b00696-blue.svg\n    :target: http://dx.doi.org/10.1021/acs.jmedchem.7b00696\n    :alt: Access the paper\n.. |axen2017| replace:: Axen, S. D.; Huang, X.-P.; C\u00e1ceres, E. L.; Gendelev, L.; Roth, B. L.; Keiser, M. J. A Simple Representation of Three-Dimensional Molecular Structure. J. Med. Chem. 2017, 60 (17), 7393\u20137409. |axen2017_doi| |bioRxiv| |F1000 recommended|\n\n.. |rogers2010_doi| image:: https://img.shields.io/badge/doi-10.1021/ci100050t-blue.svg\n    :target: http://dx.doi.org/10.1021/ci100050t\n    :alt: Access the paper\n.. |rogers2010| replace:: Rogers, D.; Hahn, M. Extended-Connectivity Fingerprints. J. Chem. Inf. Model. 2010, 50 (5), 742\u2013754. |rogers2010_doi|\n\n.. |Build Status| image:: https://travis-ci.org/keiserlab/luna.svg?branch=master\n   :target: https://travis-ci.org/keiserlab/luna\n   :alt: Build Status\n.. |Docs Status| image:: http://readthedocs.org/projects/luna/badge/?version=latest\n   :target: http://luna-toolkit.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n.. |Coveralls Status| image:: https://coveralls.io/repos/github/keiserlab/luna/badge.svg?branch=master\n   :target: https://coveralls.io/github/keiserlab/luna?branch=master\n   :alt: Code Coverage\n.. |PyPi Version| image:: https://img.shields.io/pypi/v/luna.svg\n   :target: https://pypi.python.org/pypi/luna\n   :alt: Package on PyPi\n.. |License| image:: https://img.shields.io/badge/License-MIT-yellow.svg\n   :target: https://github.com/keiserlab/LUNA/blob/master/LICENSE\n.. |F1000 recommended| image:: http://cdn.f1000.com.s3.amazonaws.com/images/badges/badgef1000.gif\n   :target: http://f1000.com/prime/727824514?bd=1\n   :alt: Access the recommendation on F1000Prime\n   :width: 120px\n   :scale: 75 %\n.. |bioRxiv| image:: https://img.shields.io/badge/bioRxiv-136705-blue.svg\n    :target: https://doi.org/10.1101/136705\n    :alt: Access the preprint on bioRxiv\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "LUNA: drug discovery toolkit",
    "version": "0.13.1",
    "project_urls": {
        "Bug Reports": "https://github.com/keiserlab/LUNA/issues",
        "Download": "https://github.com/keiserlab/LUNA/tarball/v0.13.1",
        "Homepage": "https://github.com/keiserlab/LUNA",
        "Source": "https://github.com/keiserlab/LUNA/"
    },
    "split_keywords": [
        "luna",
        "eifp",
        "fifp",
        "hifp",
        "ifp",
        "interaction",
        "fingerprint",
        "protein-ligand",
        "molecule",
        "docking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5d1b24f8fd5827fe1b3699f8f34629e6e8449d266ad8109df89488e69d8ace1",
                "md5": "039e67563a850e71fd009fd6ee37fdd3",
                "sha256": "063a9a4068bfb370eac370cd2cc61da7e250e09305092d1fd49d91718f487cd3"
            },
            "downloads": -1,
            "filename": "luna-0.13.1.tar.gz",
            "has_sig": false,
            "md5_digest": "039e67563a850e71fd009fd6ee37fdd3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <4",
            "size": 1434491,
            "upload_time": "2023-07-12T12:22:10",
            "upload_time_iso_8601": "2023-07-12T12:22:10.815334Z",
            "url": "https://files.pythonhosted.org/packages/c5/d1/b24f8fd5827fe1b3699f8f34629e6e8449d266ad8109df89488e69d8ace1/luna-0.13.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 12:22:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "keiserlab",
    "github_project": "LUNA",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "luna"
}
        
Elapsed time: 0.08896s