bcadkins01 commited on
Commit
13cc203
·
verified ·
1 Parent(s): bac99b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -7
README.md CHANGED
@@ -63,14 +63,42 @@ This application demonstrates a drug discovery pipeline that allows users to:
63
 
64
 
65
 
66
- The application is intended for demonstration purposes and may require adjustments for production use.
67
- License
 
68
 
69
  This project is licensed under the terms of the MIT license.
70
 
71
- ## Acknowledgements
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
- ADMET-AI: For providing tools to predict ADMET properties.
74
- OpenAI and Hugging Face: For models and tools used in molecule generation.
75
- RDKit: For cheminformatics functionalities.
76
- ***Cite other papers here as well***
 
63
 
64
 
65
 
66
+ ### The application is intended for demonstration purposes and may require adjustments for production use.
67
+
68
+ ## License
69
 
70
  This project is licensed under the terms of the MIT license.
71
 
72
+ ## Attributions and Acknowledgments
73
+
74
+ ### ChEMBL Database:
75
+ This project utilizes data from the ChEMBL Database, licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
76
+
77
+ Please cite:
78
+ Zdrazil B, Felix E, Hunter F, et al. The ChEMBL Database in 2023: a drug discovery platform spanning multiple bioactivity data types and time periods. Nucleic Acids Research. 2024;52(D1)
79
+ . doi:10.1093/nar/gkad1004
80
+
81
+ ### SAFE Encoding
82
+
83
+ This project uses the SAFE Encoding framework, licensed under the Apache License 2.0.
84
+
85
+ Please cite:
86
+ Noutahi E, Gabellini C, Craig M, Lim JS, Tossou P. Gotta be SAFE: A New Framework for Molecular Design. arXiv preprint arXiv:2310.10773, 2023.
87
+ ADMET-AI
88
+
89
+ ### This project utilizes the ADMET-AI platform for predicting ADMET properties. ADMET-AI is licensed under the MIT License.
90
+
91
+ Please cite:
92
+ Swanson K, Walther P, Leitz J, et al. ADMET-AI: A machine learning ADMET platform for evaluation of large-scale chemical libraries. bioRxiv. 2023. doi:10.1101/2023.12.28.573531
93
+ RDKit
94
+
95
+ ### This project uses RDKit: Open-source cheminformatics software.
96
+
97
+ Please cite:
98
+ RDKit: Open-source cheminformatics. https://www.rdkit.org
99
+ DOI for the version used: [Insert the specific DOI corresponding to your RDKit version from Zenodo]
100
+ Original Model
101
+ This project fine-tunes an original model using data from the ChEMBL Database.
102
+
103
+ [Include any necessary details about the original model, its source, and licensing information.]
104