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


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.4.1.tar.gz (74.1 MB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for admetica-1.4.1.tar.gz
Algorithm Hash digest
SHA256 e78ca5ff0be4d0716e4d93e53dd3663e92bc980f3c51f1f513fadf06397654d6
MD5 e04cd6007f4fd5ddf9d2a5dfc580c42f
BLAKE2b-256 0fb16ea5c3ccfbf2a2178e865aeb30649be800d411063ff97b62c63a978f3619

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