-
Notifications
You must be signed in to change notification settings - Fork 38
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
Ideal configuration file to check protein protein interaction #1011
Comments
Your two input proteins must have different chainIDs.
Also do increase the sampling to 10000 and select then the top400
But to answer this kind of question I would first try to model directly the complex with AlphaFold (or use AlphaPullDown)
… On 9 Sep 2024, at 19:10, Rohit Satyam ***@***.***> wrote:
[2024-09-09 20:04:25,680 libparallel WARNING] Exception in task execution: Chain/seg IDs are not unique for pdbs ([pdb|2024-09-09 20:04:24] /data/foldseek/af-data/docking_res/blind_docking/0_topoaa/AF-Q8I521-F1-model_v4_1_haddock.pdb, [pdb|2024-09-09 20:04:24] /data/foldseek/af-data/docking_res/blind_docking/0_topoaa/AF-Q8II56-F1-model_v4_1_haddock.pdb).
2024-09-09 20:04:33,502 libparallel INFO] 1000 tasks finished
|
To add to @amjjbonvin answer:
# to modify your chain to X run
pdb_chain -X path/to/pdb_file.pdb > pdb_file_X.pdb
|
I checked the Chain IDs and in both PDB files it's A. Since these PDBs are from Alphafold, these are single chain monomer.
How do I remove the disordered regions without manually selecting residues in Chimera or PyMOL. Is there a way to remove such residues from PDB files in a batch manner?
Since these are plasmodium proteins and that too modeled I don't think they are in the "bound" conformation. My plan was to compute all-vs-all docking for the 13 proteins and see if I get something. Since these 13 proteins are not present in any PPI database that's what we are trying to investigate. The wet lab experiments are running as we speak but I thought if we could generate some insights like shortlisting best docked pairs from these 13 proteins. Ofcourse if Haddock works we would like to scale it to several other proteins that we suspect are binding (we know so far that they are coexpressed and some of them are co-localised) |
The AlphaCutter tool sounds promising - I have never used it tho. |
Dear Developers
I have 13 PDB files obtained from AlphaFold database and we suspect these 13 PDB form a complex. We thought of performing the protein-protein docking to check this using haddock3 but I am unsure of the right configuration to run haddock3 for performing blind docking:
I used the following configuration params:
But I got the following error:
The text was updated successfully, but these errors were encountered: