Analyzing 3D protein structure. Finding out which amino acids are close to each other?
1
1
Entering edit mode
9.7 years ago
donkichote ▴ 20

Hi,

I' working on the protein (cytochrome oxidase), that is a complex of 3 to 13 chains. There is a very good model 3D model. The first subunit is quite big and has few transmembrane domains. I would like to choose one amino acid and check which other amino acids are close to my chosen one (there is an interaction between them). Which software could show that?

Thanks,

protein structure amino acid • 3.5k views
ADD COMMENT
1
Entering edit mode
9.7 years ago
João Rodrigues ★ 2.5k

Pymol can do it, as can Chimera or VMD or other visualization program. You can also script it if visualization is not necessary. In Pymol, you load your structure and use the "around" or "within" selectors.

For example, to select residues within 5Å of histidine 34 you would write the following:

select my_selection, byres( resi 34 around 5 )
ADD COMMENT
0
Entering edit mode

Hi,

Thanks for your help. It's all working.

ADD REPLY
0
Entering edit mode

If the answer was helpful, instead of replying to the question with another answer, mark the question as solved so that others can find it more easily.

Cheers

ADD REPLY

Login before adding your answer.

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