<br><br>----- Original Message -----<br>From: pawan raghav &lt;pwnrghv@gmail.com&gt;<br>Date: Friday, August 27, 2010 17:22<br>Subject: [gmx-users] contact residues<br>To: gmx-users@gromacs.org<br><br><p><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>I have used g_mdmat</p> <div>g_mdmat -f traj.xtc -s md.tpr -mean dm.xpm -frames dmf.xpm -no num.xvg</div> <div><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font><br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>I got dm.xpm graph which shows mean of whole simulation residue contacts. How to get information about the particular residue are in contact?&nbsp;how to get&nbsp;list of contact residues? <br><br>That's not easy, unfortunately. GROMACS ought to be able to write an ASCII matrix of the .xpm data so that you can find out this kind of information, and while that's been on the to-do list for a while, I don't know if any progress has happened. In lieu, the best you can do is examine the axis scale and count suitably. Worst case, use trjconv to make a trajectory containing only a plausible subset of the residues, and examine the smaller matrix that g_mdmat will then produce.<br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>&nbsp;<br><font style="font-style: normal; font-weight: normal; background-color: rgb(245, 248, 240); font-size: 14px;">&gt; </font>In graph file num.xvg there are three columns which I am not able to understand i.e. total, mean and natm. What is total, mean and natom<br><br></div>g_mdmat -h penultimate sentence of the description.<br><br>Mark