The DeepHomo2.0 is a deep learning-based model for accurate prediction of residue-residue contacts across homo-oligomeric protein interfaces by integrating sequential and structural information of monomers.
Users need to provide the 3D structure of the monomer which can be a experimental structrue from the PDB or a predicted model by a third party approach like I-TASSER. The DeepHomo2.0 server accepts two types of input for the monomer:
Only ONE type of input is needed for the subunit molecule. If more than one types of input is provided, the first one will be used.
As the top 10 contacts are normally deemed as the most important ones, the result page provides an interactive view of the top 10 contacts using the NGL viewer, where two identical momomers are shown side-by-side, displaying the two corresponding residues of a contact. Users can choose to view any of the top 10 contacts or all together by different representations and styles.
The page also gives a summary of the rankings and residue pairs for the top 10 contacts. The predicted score ranges from 0.0 to 1.0. The higher a predicted score is, the more likely to be in contact the residue pairs are.
NOTE: It is recommended that users download their prediction results as soon as possible after the job is done, as the job results will only be stored on our server for two weeks.awk '{if(NR>1&&NR<=6)print $2,$4,$6}' monomer_contacts.out > top5.txt modcheck monomer.pdb > monomer_check.pdb clean_pdb monomer_check.pdb monomer_clean.pdb chdock monomer_clean.pdb monomer_clean.pdb -cont top5.txt -out CHdock.outWith the docking output, users can generate 10 complex structures using the following command.
compcn CHdock.out output.pdb -nmax 10where the "output.pdb" contains 10 complex structures in NMR style, though users can adjust the number of generated complex structures by setting the value of "-nmax" option.