-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The initial ligand #9
Comments
Thanks for your interest in the work. Pocket2Mol was initially proposed for de novo drug generation (i.e., generating initial atoms by itself). However, since it autoregressively generates atoms, it can be modified to generate molecules given initial atoms. In order to add the initial atoms (including the element types, coordinates, and the connecting bonds) as prior, you have to modify the codes by yourself. More specifically, you can modify the |
My understanding is we need to generate the
Or simply assign values to the variables from Suppose I have a simple seed ligand like
where the cartesian coordinates of course should be adjusted to the PDB pocket I want to sample, how should we assign those variables considering we want to grow the ligand through the carbon not the oxygen atom? One thing that I think you didn't mention in your reply is possibly we need to adjust the |
Nice Paper,could you tell me how to add the atom and atomic coordinate of the initial ligand in the sample of protein pocket? Just like smiles seq2seq, we give the prompt of sequence like CCCC. In this work, we give the initial ligand like atom and xyz.
The text was updated successfully, but these errors were encountered: