Find Similar Substructures For A Given Protein
2
0
Entering edit mode
11.9 years ago
Flow ★ 1.5k

In a protein we are working with, there is a 5 residues substructure of a beta-turn, in which we are really interested. First we would like to search and check whether similar structural elements are present in any other proteins, what is the best approach for this?

protein structure search • 2.3k views
ADD COMMENT
4
Entering edit mode
11.9 years ago
Chris ★ 1.6k

I would approach this by using a distance matrix-based method. First, translate your substructure into a distance matrix, i.e. calculate all pairwise C-alpha atoms distances. Second, represent each PDB structure as a distance matrix. Third, 'slide' your substructure-matrix over each PDB distance matrix. If there is a hit, this should be reflected by similar values in both matrices, i.e. the sum of differences should be close to zero.

The outcome and quality of matches of course depends on the chosen similarity threshold between two matrices to define structural similarity. First you may want to try it out with some known matches.

The same basic idea btw could also be found in the DALI algorithm by Lisa Holm.

Chris

ADD COMMENT
0
Entering edit mode

I would just go for straight DALI search. The distance matrix approach requires coding and downloading the entire PDB.

ADD REPLY
0
Entering edit mode

I agree completely with Joao's comment. I tried DALI's algorithm and the main problem I see is that it needs a fragment of at least 30 residues, and my fragment takes 7 residues only, so are there any other alternatives?

ADD REPLY
0
Entering edit mode

Even if I have to download whole PDB dataset, has this idea been already implemented in any other software than DALI?

ADD REPLY
2
Entering edit mode
11.9 years ago
Woa ★ 2.9k

http://ari.stanford.edu/psf/

http://mbs.cbrc.jp/papia-cgi/str_menu.pl

My guess is there are many more. Search google with strings like "protein 3d substructure fragment search"

ADD COMMENT
0
Entering edit mode

Thanks, I checked the second link but the system is down, is it normal?

ADD REPLY
0
Entering edit mode

The 2nd link is up. Here's ascreenshot: http://imageshack.us/photo/my-images/526/papia.png/

ADD REPLY
0
Entering edit mode

yes, but if I submit any job I get:

Sorry. This service is not available now.

Service= StructSearch(PDB)

PAPIA system is now under hardware maintenance, or local area network in CBRC is down again.

Sorry for inconvenience.

ADD REPLY

Login before adding your answer.

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