https://github.com/aspirincode/molgen
in-silico generation of molecules using fragments
https://github.com/aspirincode/molgen
Last synced: 3 days ago
JSON representation
in-silico generation of molecules using fragments
- Host: GitHub
- URL: https://github.com/aspirincode/molgen
- Owner: AspirinCode
- License: bsd-3-clause
- Created: 2019-06-05T14:59:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T04:57:39.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T07:30:30.940Z (about 1 year ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# molgen
in-silico generation of molecules using fragments
# algorithm
1. standardize input dataset using standardizer (pip package chemo-standardizer)
2. fragment standardized dataset;
choose one fragmentation scheme from the litterature
(rdkit has both BRICS and RECAP)
3. assemble fragments until enough molecules have been generated
4. compute distribution of properties over the generated molecules
# Bibliography
1. Lewell, X. Q., Judd, D. B., Watson, S. P., & Hann, M. M. (1998). Recap retrosynthetic combinatorial analysis procedure: a powerful new technique for identifying privileged molecular fragments with useful applications in combinatorial chemistry. Journal of chemical information and computer sciences, 38(3), 511-522.
2. Degen, J., Wegscheid‐Gerlach, C., Zaliani, A., & Rarey, M. (2008). On the Art of Compiling and Using'Drug‐Like'Chemical Fragment Spaces. ChemMedChem: Chemistry Enabling Drug Discovery, 3(10), 1503-1507.