[Biopython] superimposing problem

George Devaniranjan devaniranjan at gmail.com
Tue Dec 7 21:39:29 UTC 2010


sorry message got sent before I finished.

I can do this (connected.jpg)

I want to do this (superimpose.jpg)


Thanks
George

On Tue, Dec 7, 2010 at 4:14 PM, João Rodrigues <anaryin at gmail.com> wrote:

> Hello George,
>
> From what I understood, what you want to be compare the diversity of two
> loops based on anchor points.
>
> Peter already pointed you to a great resource here<http://www2.warwick.ac.uk/fac/sci/moac/students/peter_cock/python/protein_superposition/>
> .
>
> To make it clearer, you should first define the residues you want to align
> (or the particular atoms) and then perform the alignment.
>
> For example, I wanted to align a loop in my protein so I defined the *
> resi_range* variable to restrict the alignment to those residues.
> Furthermore, I then made sure that I only used CA atoms with two for loops.
>
> Check the code here (http://pastebin.com/V2UsGYGL), might help you
> understand how it works.
>
> Best!
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: connected.jpg
Type: image/jpeg
Size: 12377 bytes
Desc: not available
URL: <http://lists.open-bio.org/pipermail/biopython/attachments/20101207/63fdd1df/attachment-0004.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: superimpose.jpg
Type: image/jpeg
Size: 8723 bytes
Desc: not available
URL: <http://lists.open-bio.org/pipermail/biopython/attachments/20101207/63fdd1df/attachment-0005.jpg>


More information about the Biopython mailing list