calculating radius of gyration of residues from pdb files?
1
1
Entering edit mode
9.9 years ago
aaryedison ▴ 10

I am sorry for my easy question. I am new to bioinformatics. How to calculate the radius of gyration of all residues from pdb files? what is the correct formula for doing this?

protein-residue • 9.4k views
ADD COMMENT
2
Entering edit mode
9.9 years ago
Vivek ▴ 50

Radius of gyration describes the overall spread of the molecule and is defined as the root mean square distance of the collection of atoms from their common centre of gravity.

There are multiple ways you can do it -

  • Use available tools like GROMACS or libraries to compute the radius of gyration directly from the pdb file. Ref1, Ref2
  • Write your own script.

In case you want to do it manually, you first need to calculate the center of gravity of the protein and then by iterating over all the atoms in the protein, follow the simple formula mentioned above and calculate the required value.

ADD COMMENT

Login before adding your answer.

Traffic: 2223 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6