-
Notifications
You must be signed in to change notification settings - Fork 283
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
Code #236
Comments
Hello @11140321, Thanks for your interest in our work. For ProNet, you can find the example code here. You can use the hyperparameter Details are in line 205 The detailed model architecture is in this folder. Let us know if you have other questions. Thanks. |
Hello, I would like to ask if I want to use the code for drug target affinity prediction, can I extract the coordinate information based on the target's PDB file and process the above code? |
Hello @11140321, Yes, you can. You have to write your own dataset code to process your PDB files. To use our model, no matter what's your raw data, eventually, you have to provide If you want to use For Let us know if you have other questions. Thanks. |
Hello, I have some questions about the use of this code. I read your paper and it only says that protein processing is carried out at three different levels. However, there are many folders in your code and I am not sure about them. What does it mean, and how does the process work?
The text was updated successfully, but these errors were encountered: