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:
Download LUNA’s environment.yml file.
Create the Conda environment using the downloaded file:
conda env create -f <LUNA-ENV-FILE>
After creating the Conda environment, activate it:
conda activate luna-env
Finally, install LUNA from Pip:
pip install luna
For additional installation options and usage instructions, refer to the documentation.
License
LUNA is available under the MIT License.
References
Release files for luna 0.14.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| luna-0.14.0.tar.gz | 1.4 MB | Details |
Release files / luna-0.14.0.tar.gz
| Download URL | luna-0.14.0.tar.gz |
|---|---|
| Size | 1.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cd36dea6ed1a88369159dec4712ecbafd318629fac3736485dfe4f0c12fecc82
|
|
BLAKE2b-256 checksum How to use checksums |
399f87394bf79a4d43f1c755189322bc6f8b4570f9d5d79860f9308ab4b737bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
|