Protein protein complex simulation

GROMACS version:No
GROMACS modification: No
hey,
i was trying the md simulation of a protein-protein complex. i followed the lysosome in water tutorial of Lemkul with the given mdp files. after the mdrun im observing an unusual behavior in the RMSD plot. suddenly from 0.5… its increasing to 5.84… So i request for a genuine help. The confusions i stated below…

  1. is the protein-protein complex simulation process is same as the Lysosome in water process?
  2. is the mdp files used for Lysosome in water simulation will be used in protein-protein mdrun?
  3. is OPLS and SPC/E are the appropriate forcefield and water model for protein-protein md run?
  4. is there any other procedure for protein-protein complex simulation in gromacs?

Looking forward to hearing
Regards

Your complex is probably splitting across a periodic boundary. When re-imaging via gmx trjconv, center on one subunit rather than just choosing “Protein” for the selection.

Hello sir,
Thank you for your valuable reply. Im using the gmx trjconv command for recentering :
gmx trjconv -s md_0_10.tpr -f md_0_10.xtc -o md_0_10_center.xtc -center -pbc mol -ur compact.
Now its giving me some options for centering. Previously i was choosing protein for centering and system for output but now with your suggestion i selected system for centering. still im facing the same problem. Im confuse that which option should i select for centering.
image

Looking forward for your kind suggestion.
Regards

Hello sir,
Thank you for your valuable reply. Im using the gmx trjconv command for recentering :
gmx trjconv -s md_0_10.tpr -f md_0_10.xtc -o md_0_10_center.xtc -center -pbc mol -ur compact.
Now its giving me some options for centering. Previously i was choosing protein for centering and system for output but now with your suggestion i selected system for centering. still im facing the same problem. Im confuse that which option should i select for centering.
image

Looking forward for your kind suggestion.
Regards

You need to create an index group that corresponds to one of the monomers. Please search in this forum for how to work with these systems; this same problem gets asked and answered weekly.

hello sir,
your suggestions are really valuable. I was doing a protein protein complex simulation.
Protein_chain_A having residue from 31-818
Protein_chain_B having residue from 1-183
With your suggestion i indexed only a single monomer i.e protein_chain_A with the command

gmx make_ndx -f md.gro -o index.ndx

r 31-818
q

Now it created the index group only for the protein_chain_A group. While centering i chooses the newly created index group for centering and system for output.
But still im getting the same problem in the RMSD plot. For your consideration i am hence attaching the RMSD plot.

waiting for your kind suggestons
Thanking you
Regards

hello sir,
With reference to the above mentioned problem i would like to show you the images of md.gro file and the dumped pdb.

  1. md.gro

i can correlate the high deviation of RMSD plot with these images. kindly suggest me some valuable rectifications.
Looking forward from you
Regards

As a new user i was not allowed to post two pictures in a single reply so posting the second picture here

  1. Dumped pdb of the last frame after recentering using gmx trjconv

You have overlapping residue numbers in each chain, so you cannot create the index group by selecting via residue number. Select based on the atom numbers, or provide a PDB file that has chain identifiers and select based on chain.

Hello sir,
Thank you so much for your guidance. Indexing a single monomer with the atom numbers also didnt worked for me as there were overlapping in atomic numbers too. However i was successful indexing based on the chain number. Now i can get a stable plot in RMSD chart. This really helped me to overcome my problem.

Thanking you
Regards