Natural products have increased rates of clinical trial success throughout the drug development process
This repository contains code and data described in detail in our paper (Domingo-Fernández et al., 2024).
If you have found our manuscript useful in your work, please consider citing:
Domingo-Fernandez, D., Gadiya, Y., Preto, A. J., Krettler, C., Mubeen, S., Allen, A., Healey, D., Colluru, V. (2024). Natural products have increased rates of clinical trial success throughout the drug development process. Journal of Natural Products, 87 (7), 1844-1851. 10.1021/acs.jnatprod.4c00581.
Install requirements
python -m venv .venv && source ./.venv/bin/activate
pip install -r requirements.txt
Run the notebooks located in the notebooks
corresponding to each analysis. The prefix of the notebooks indicates the order in which it is run, which also corresponds to the Results sections of the manuscript. For detailed information about each notebook, see the README
inside the notebooks
directory.
Datasets are publically available and can be directly downloaded from . The files should be unzipped and placed in the data
directory.
Furthermore, the directory data
contains all the figures of the manuscript (generated by the notebooks) as well as the raw and intermediary files (also generated by the notebooks).