This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Find Similar Substructures For A Given Protein

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 answers

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

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

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?

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

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"

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

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.

Log in to answer this question.