-
Notifications
You must be signed in to change notification settings - Fork 3
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
Protein property prediction code #2
Comments
Hi, it should be similar to graph classifier if the property is discrete. Or affinity predictor if it is continuous. The protein property prediction problem in the paper further utilizes IEConv layers for fair comparison with the baselines, which is not the contribution in our model, therefore I chose to not include it in this repo. |
Thank you! Could you please give me some advice on how to pre-process the single protein data (the embedding process), |
For the data processing, it should be similar to the processing of PDBbind, except that there is not small molecule ligand here. But you need to adjust the saved information (i.e. affinity) to the property score according to your needs. As for the config, it should be like the PPA config. Further, you need to manually specify the type of dataset (either using existing ones or defining your own class) in train.py based on the task name. However, if you are already working on some projects for protein property prediction, I would advice integrating the cleaned model into your coding framework, which might be easier to develop. |
Thank you! |
Nice job you have done! I noticed in your article that you have done some work on protein property prediction. Could you please upload the code for this kind of task, or give me some advice on how to modify the code?
The text was updated successfully, but these errors were encountered: