Skip to main content

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

PyPI - Python Version Chemprop PyPI version

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.3

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
  • CYP1A2-Inhibitor
  • CYP1A2-Substrate
  • CYP2C9-Inhibitor
  • CYP2C9-Substrate
  • CYP2C19-Inhibitor
  • CYP2C19-Substrate
  • CYP2D6-Inhibitor
  • CYP2D6-Substrate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

admetica-1.3.1.tar.gz (53.7 MB view details)

Uploaded Source

File details

Details for the file admetica-1.3.1.tar.gz.

File metadata

  • Download URL: admetica-1.3.1.tar.gz
  • Upload date:
  • Size: 53.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for admetica-1.3.1.tar.gz
Algorithm Hash digest
SHA256 9b400dec0081f5c4d5c00ef520747c9f23f1ba37565d3dbd3ea90ddd6117eba1
MD5 bbc82d2cbd7d093d928f148db06565c0
BLAKE2b-256 e955f81f58800213aa95f8853c0cf763c22d743578d200588a9046be9b6d793a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page