Skip to main content

Genetic Algorithm Based Combination Therapy Finder

Project description

""" Please cite the app if you use it: Asfa, S. S., & Arshinchi Bonab, R. (2024). DrugTargetTool1.0.0: Genetic Algorithm Based Combination Therapy Finder (1.0.0). Zenodo. (https://doi.org/10.5281/zenodo.13274567)

DrugTargetCom is a tool for optimizing drug combinations using a genetic algorithm. Targeting the same proteins is crucial for improving treatment efficacy and reducing the likelihood of drug resistance. By simultaneously modulating the same targets, this approach can achieve a more potent therapeutic effect, especially in complex diseases like cancer.

Methods

DrugTargetCom employs a genetic algorithm to discover optimal drug combinations. By simulating evolutionary processes, the tool efficiently explores potential combinations, evaluating them based on their ability to target key proteins.

Usage

To use DrugTargetCom, you should have an excel or csv file containing two columns Drug and Target. Import and run: combination_therapy(file_path = "example.xlsx", num_top_drugs = 5)

Jupyter Notebook:

!pip install DrugTargetCom from drugtargetcom import combination_therapy combination_therapy(file_path= "drugtargets.xlsx", num_top_drugs= 2)

Google Colab Notebook:

pip install DrugTargetCom from drugtargetcom import combination_therapy combination_therapy(file_path= "drugtargets.xlsx", num_top_drugs= 2)

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

drugtargetcom-0.1.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

DrugTargetCom-0.1.2-py3-none-any.whl (4.3 kB 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