Compare similarity of protein variants
0
0
Entering edit mode
5 months ago
GP • 0

I have some .pdb files with structures of variants of the same protein and I'm looking for a way to quantify how similar (or dissimilar) they are from a reference protein.

I've tried superimposing them and calculating RMSD with ChimeraX or PyMol, the problem I'm having is that some variants are shorter than the reference (truncated proteins) and I would like to take this into account, so comparing the common residues is not a good option for me.

What would be the best way to quantify how different the protein structures are?

protein structure • 394 views
ADD COMMENT
1
Entering edit mode

You could try another metric like TM-score (as used by the ITASSER server). It does a similar thing to RMSD, but in my experience 'breaks' less easily in the edge cases like you describe.

ADD REPLY
1
Entering edit mode

You could also look at foldseek, it's akin to blast but for 3d structures and uses pdbs as input for both database generation and search queries.

I doubt it would be anywhere near as accurate as TM-score, as suggested, but if you have lots of comparisons it would be a very useful and fast filter to remove obvious mismatches. Though it only gives you a score on similarity likelihood, and not dissimilarity. You could also filter results to only include matches with +n% of query and target sequence to reduce partial hits if required.

ADD REPLY

Login before adding your answer.

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