Skip to main content

PKSmart: An Open-Source Computational Model to Predict in vivo Pharmacokinetics of Small Molecules

Project description

PKSmart

Install

pip install pksmart

Install from source

  1. Clone this repo
git clone https://github.com/Manas02/pksmart-pip
  1. Pip install the PKSmart Package
pip install .

Note: Use pip install -e . to make an editable installation.

Usage

Help

Simply run pksmart or pksmart -h or pksmart --help to get helper.

Running PKSmart as CLI

Run pksmart -s or pksmart --smi or pksmart --smiles to run inference.

Running PKSmart as Library

import pksmart


if __name__ == "__main__":
    out = pksmart.predict_pk_params("CCCCCO")
    print(out)

Cite

If you use PKSmart in your work, please cite:

PKSmart: An Open-Source Computational Model to Predict in vivo Pharmacokinetics of Small Molecules Srijit Seal, Maria-Anna Trapotsi, Vigneshwari Subramanian, Ola Spjuth, Nigel Greene, Andreas Bender bioRxiv 2024.02.02.578658; doi: https://doi.org/10.1101/2024.02.02.578658

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

pksmart-0.1.2.tar.gz (32.1 MB view hashes)

Uploaded Source

Built Distribution

pksmart-0.1.2-py3-none-any.whl (32.6 MB view hashes)

Uploaded Python 3

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