gmx rmsf -s step5.tpr -f new.xtc -o yeni_back.xvg -res -oq bfactor1.pdb used this inorder to calculation rmsf of protein backbone
ı coudnt understand why my rmsf graph is so weird
Presumably you have a dimer, each chain of which is numbered from 1. The output RMSF graph numbers the residues exactly as they are in the topology, then XmGrace just does an odd thing where it tries to connect the different data sets, hence you get that odd line. If you have multiple chains, it is generally a good idea to analyze them separately so the data are in different files that can be plotted more conveniently.
gmx make_ndx -f step3_input.pdb -o index1.ndx The problem is that chain A Found 0 atoms with chain identifier A do you have any suggestion
Group is empty
Reading structure file
Going to read 0 old index file(s)
Analysing residue names:
There are: 696 Protein residues
There are: 85301 Other residues
Analysing Protein…
Analysing residues not classified as Protein/DNA/RNA/Water and splitting into groups…
nr : group ‘!’: not ‘name’ nr name ‘splitch’ nr Enter: list groups
‘a’: atom ‘&’: and ‘del’ nr ‘splitres’ nr ‘l’: list residues
‘t’: atom type ‘|’: or ‘keep’ nr ‘splitat’ nr ‘h’: help
‘r’: residue ‘res’ nr ‘chain’ char
“name”: group ‘case’: case sensitive ‘q’: save and quit
‘ri’: residue index
chain A
Found 0 atoms with chain identifier A
Group is empty
You can only select by chain identifier if they are actually present in the input PDB file. Presumably your file simply doesn’t have identifiers. Select by ranges of atom numbers if needed, or provide a file that has chain identifiers in it.
what I did something wrong,the mistakes on my created group
I just want to select 1-348 residues from the residues,I want to choose CA atoms,so I created r 1-348 & a CA this is wrong
If your two chains use the same residue numbers (which is the origin of the problem in the RMSF graph, as I noted above), creating a new index group using residue numbers will not yield any productive solution, since both chains will be selected. As I said, use atom numbers to create the groups.