-
Notifications
You must be signed in to change notification settings - Fork 45
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
dMaSIF for interaction prediction, how to find complementary regions? #34
Comments
Hi David, Just a guess but look here in
If you look at the benchmark scripts for dMaSIF_search, the --search flag is set to True, which should then execute the if block (since
|
The parameters are described here https://github.com/FreyrS/dMaSIF/blob/master/Arguments.py By the way @dangraysf @DavidGraber, the README explains that the way to run inference is with ... |
Things are changing fast in python, pytorch, keops. Need to remember they started this in 2019... |
Hi
I'm trying to use dMaSIF for interaction prediction between proteins (taking a target and finding the best binder in a large collection of potential binders)
At the moment, I process both binder and target molecule identically with dMaSIF up to the convolutional step and export the outputs "xxxx_predfeatures_emb1.npy" and "predcoords.npy" for both proteins.
According to the paper, these features of both binding partners should be passed through a separate convolutional network, allowing the network to find complementary (instead of similar) regions. Unfortunately I was not able to find the code doing that. Could you point me to the right section in the dMaSIF code?
Thanks so much to all contributors
DavidGraber
The text was updated successfully, but these errors were encountered: