Admetica is a command-line tool for making ADMET (Absorption, Distribution, Metabolism, Excretion, and Toxicity) predictions using pre-trained models.
Project description
Admetica
Admetica is a command-line tool for making ADMET (Absorption, Distribution, Metabolism, Excretion, and Toxicity) predictions using pre-trained models. This tool is part of the Admetica project, which aims to improve ADMET prediction tools through a global, open-source collaboration.
Table of Contents
Installation
Admetica is a powerful tool for making ADMET predictions and can be easily installed on any operating system. You can install it using pip, and optionally, you can set up a conda environment for better package management.
Creating a Conda Environment (Optional)
To create a new conda environment and install Admetica, use the following commands:
conda create --name admetica-env python=3.11
conda activate admetica-env
Installing Admetica
To install Admetica, run:
pip install admetica==1.4.0
By default, the pip installation will include all necessary dependencies for making ADMET predictions.
Usage
Predicting
Admetica provides a command-line interface to make predictions. To use it, run:
admetica_predict \
--dataset-path data.csv \
--smiles-column smiles \
--properties Caco2,PPBR \
--save-path predictions.csv
This command assumes the presence of a file named data.csv
with SMILES strings in the column smiles
. In addition, you should specify the properties to be calculated (e.g. Caco2
). The predictions will be saved to predictions.csv
.
Supported models are:
- Lipophilicity
- Solubility
- Caco2
- PPBR
- VDss
- CL-Micro
- CL-Hepa
- Half-Life
- hERG
- LD50
- CYP1A2-Inhibitor
- CYP1A2-Substrate
- CYP2C9-Inhibitor
- CYP2C9-Substrate
- CYP2C19-Inhibitor
- CYP2C19-Substrate
- CYP2D6-Inhibitor
- CYP2D6-Substrate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file admetica-1.4.0.tar.gz
.
File metadata
- Download URL: admetica-1.4.0.tar.gz
- Upload date:
- Size: 60.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb6fa3518f5858812ec1246393ae796b7191b7d0e8622be32e5a40765c28b1c6 |
|
MD5 | 06852e8f076ffa0258b8c9efd24c8fea |
|
BLAKE2b-256 | 297a957a1df06f4af3f5bba1051af91f43143cfa5c8462f9fb52242859be1006 |