Replies: 2 comments 7 replies
-
Hi, many thanks for this and your interested in REINVENT. Welcome to the community! This does indeed look interesting and I would also expect interest in the wider community. I am not sure though if this is the right approach. The principal question is if the chemical space covered by Linkinvent is good enough for macrocycle design. I do not know. The technical concern is that you now need a SMILES pre-processor for scoring which, while fairly easy to do, would make the code more complicated. Have you thought about training a bespoke model like Libinvent instead, with 2 attachment points and 1 R-group, for instance? Many thanks again, |
Beta Was this translation helpful? Give feedback.
-
Hi again. many thanks again for this and I think it is really useful. But the problem is that the released code here on GitHub is basically our production system which is being used in ongoing in-house drug discovery projects. Changes like this would require extensive testing, would probably be not that important for in-house work and ultimately we will only maintain a single code bases. I hope that clears it up, |
Beta Was this translation helpful? Give feedback.
-
Hi!
Firstly, thanks for making this repository open source!
I've been interested in using linkinvent to produce macrocycles guided by reinforcement leanring. I've put together a rough implementation which allows this. This is on a branch here: https://github.com/cmwoodley/REINVENT4/tree/feat/mac_linkinvent
Briefly, this adds two functionalities to the code:
Preliminary benchmarking of this method shows that we can use the linkinvent prior with curriculum learning to generate sensible macrocycles (benchmarking in pdf here). I think this would also be useful to facilitate scaffold hopping within a macrocyclic structure.
I thought I'd share this to check if this was something you would be interested in implementing? And if so, because I know my initial implementation is rough, what would be the preferable way to implement this method?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions