Invariant Points
1
2
Entering edit mode
13.7 years ago
Hazelin ▴ 100

Hi all!!

I would like to know how do I get the invariant points of 2 PDB structures because i need to superimpose them and program it in JAVA. Eg. How do I know what is the origin and so on.. How do I read the invariant points from the txt file? Is there any specific/ most used point for this?

Thank you in advance!

java structure • 2.1k views
ADD COMMENT
3
Entering edit mode
13.7 years ago
Neilfws 49k

The invariant points can be any points that you choose. In protein superposition you read in the two structures and extract xyz coordinates (typically those of the alpha-carbon atoms). Then, you use some iterative procedure along these lines:

  1. Select points from each structure that you don't want to move (termed fixed or invariant)
  2. Superpose those points
  3. Allow other points to move around (within limits imposed by bonds and steric clashes)
  4. Calculate some "goodness of fit" score (typically RMSD)
  5. Repeat until score is minimised

Try a web search using the terms in your question, such as protein structure superposition invariant point. You will find lots of useful information on the first page of hits.

ADD COMMENT
0
Entering edit mode

Thank you for your help! :)

ADD REPLY

Login before adding your answer.

Traffic: 2594 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