I chose C-alpha as a group for root mean square calculation(rmsf), but why my rmsf calculation in gromacs did still count on atom-based, not residue-based?
The command I used: gmx rmsf -f md_noPBC.xtc -s md.tpr -o rmsf.xvg
Thanks in advanced
You need to use the flag -res, if not the default is measured by atom.
Cheers
I've just found a solution for this:
just need to add flag -res , so the command would be:
gmx rmsf -f md_noPBC.xtc -s md.tpr -o rmsf.xvg -res
then choose C-alpha as a group for rms calculation
You have to create an index:
$ gmx make_ndx -f md_0_10.tpr -o index_ca.ndx
Choose
> 1 & 3
22 Protein_&_C-alpha : 347 atoms
Then, calculate RMSF as follows:
gmx rmsf -s md_0_10.tpr -f md_0_10_center.xtc -n index_ca.ndx -o rmsf_protein.xvg
Thank you! M. Florencia Martini
For atomic level
gmx rmsf -f md_0_1.xtc -s md_0_1.tpr -o rmsf.xvg
and for residue
change .xtc and .tpr file name accordingly.
Hi, I did not know really much about xmgrace, so there's an unsolved problem I got: I wanted to open and plot the data within a dat file in xmgrace. I clicked Menu Data --> Import --> ASCII -->...
16 August 2020 2,296 2 View
Hi, I'm kinda new to computational biochemistry. so here are some few questions of mine: I made an amylase system solvated with NaCl 5M via PACKMOL, and the pdb file of solvated amylase was...
09 August 2020 2,490 2 View
Hi, I am using GROMACS 5.1.4 to simulate water in contact with a surface. I am only interested to calculate some properties of water near the surface. Let's say at a distance of x nm from the...
03 March 2021 9,989 2 View
For my research i will need to measure plant quantitative traits (especially leaves area and roots length, but would be nice to add some more information). I recently discovered...
01 March 2021 5,035 2 View
Incompletely cross-linked pdms are difficult to remove.
01 March 2021 798 3 View
Literatures on the piscicidal effect of sennaa alata is scanty. if you have any related litrature either in the bark, leaves or roots used as treatment to any aquatic organism please kindly help...
28 February 2021 9,138 2 View
Hi, I want to calculate the radial distribution function for water molecules around the Na+ ions adsorbed on the surface of a spherical nanoparticle using the gromacs trajectory dynamically? For...
28 February 2021 5,650 1 View
Dear all, I am trying to perform a MD simulation about the interaction between CO2 and a polymer. I create my model, solvate it and perform the NVT and NPT equilibration. Now I am not able to...
26 February 2021 10,014 3 View
I want to get a average structure from a pdb file containing multiple models. I used the command below: gmx cluster -f input.pdb -s topol.tpr -cutoff 20 -method gromos -av GROMACS...
25 February 2021 6,314 1 View
During topology preparation using pdb2gmx Protein_chain_A and Protein_chain_B were identified. However, when production MD was completed and I proceeded to do analysis, I find this list : Group...
23 February 2021 5,065 8 View
We have thin roots of from 1 year old different species of plants. We are looking into anatomical details of the roots. What's the best method to preserve and process the roots once they are...
23 February 2021 1,898 1 View
Is there any way to construct different initial filler shapes like triangle, square, rectangle, pillar, and tube in any simulation software.
20 February 2021 1,750 1 View