Pdb Coordinate Question
2
2
Entering edit mode
13.2 years ago
Hucks ▴ 20

Hey,

I am using a custom method to predict HELIX/SHEETs for proteins and want to compare my results with what is stored in the PDB file.

For this I compare the coordinates of both methods. The problem I run into is that PDB files frequently start with a coordinate != 1 (e.g. 3LX3.pdb with 669) while my data always starts with 1.

Is there an easy way to get the offset between the two files ? I was thinking of doing a alignment of both sequences but was wondering if there is an easier way ?

Thanks in advance...

protein biojava pdb • 3.4k views
ADD COMMENT
1
Entering edit mode

Even worse, there are PDB files with gaps in the sequence. In one case, the numbering went backward for one part of the chain. The reason for this apparent insanity is that sometimes crystallographers number residues based on a reference sequence. I would recommend searching for the answer to this question on the pdb mailing list, where I've seen it asked before.

ADD REPLY
0
Entering edit mode

Hi to all

I have some uniprotKB codes that have PDB files.when i search one code in uniprot for ex :P32911 i find that has 2 PDB structure and has 127 lenght but when i get it PDB file i see it has more than 127 amino acids,why?

ADD REPLY
2
Entering edit mode

please click "Ask question" to open a new question

ADD REPLY
2
Entering edit mode
13.2 years ago

This is a typical problem that I had during the development of structural bioinformatics based tools. I have tried two approaches before:

  1. Re-number the PDB files in a coordinate system that map the residue x from PDB file to 1 and match with your data.
  2. Keep PDB files as such but modify the program to read residue numbers from the PDB file and use them in the program.

I found the second approach more effective because I was extending the tools as web apps that need to display residue numbers to the user and showing coordinate starting from 1 is misleading to the users interested in specific residues.

ADD COMMENT
1
Entering edit mode
13.2 years ago
Hucks ▴ 10

Sorry for not posting a comment Khader but I haven't made an account yet and it appears that I can only comment on specific replies when I am logged in.

In any case, what I most probably forgot to mention was that there might be subtle AA sequence differences between the two files I am comparing. That's what makes obtaining a mapping between the original pdb file and my data.

Did you just align both sequences to obtain an "offset" so you can map the coordinates ?

ADD COMMENT
1
Entering edit mode

Just keep an eye one your karma points... when they pass a certain threshold, you gain new powers. See: https://www.biostars.org/info/faq/. For comments, you need 50 points. That actually does explain why so many new people use the answer field to comment on things.

ADD REPLY

Login before adding your answer.

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