af2complex icon indicating copy to clipboard operation
af2complex copied to clipboard

Predicting direct protein-protein interactions with AlphaFold deep learning neural network models.

Results 14 af2complex issues
Sort by recently updated
recently updated
newest added

Hi, The process is automatically killed when I predicted a complex with 3000 or longer aa. But there was no problem when I use alphafold2-multimer. Could you please give me...

When I try to run AF2complex on colab, I come across the following error. I will very much appreciate if you can solve this error for me. ![螢幕擷取畫面 2023-12-08 001843](https://github.com/FreshAirTonight/af2complex/assets/144147113/d52f92ac-9250-4ecf-bede-0a2e569c3566)

First thanks for this great resource! I encountered a problem that my GPU is not utilized. I configured af2complex in the same conda env as the AlphaFold. I run examples...

From af2complex/src/alphafold/common/confidence.py pairwise_dist = scipy.spatial.distance.cdist(a, b, metric='euclidean') AttributeError: module 'scipy' has no attribute 'spatial' when running example1.sh. There does not appear to be an import statement for scipy.spatial.

Hello there, We are currently running different experiments with somewhat confusing results. We selected two proteins, STING (homodimer) and NPC1, to test the af2complex model. According to this paper ->...

I want to generate features for a protein complex with a modified version of the `example/run_fea_gen.sh` script: ``` #!/bin/bash # An example script of feature generation. This heavily depenedent on...

Hi, In example/run_fea_gen.sh, the db_preset uses reduced_db. Is there any performance difference between "reduced_dbs", "full_dbs", and "uniProt"? Which one is suggested?

I want to run the script to create my features from alphafold (https://github.com/FreshAirTonight/af2complex/blob/main/example/run_fea_gen.sh), but i am not sure how to set up my environment for this. Should downloading all the...

Hello, I would like to know whether the interface score calculation between v1.2 and v.1.3 is totally different and if I can keep using the code of v.1.2. Thank you...