VMD-L Mailing List
From: Ashar Malik (asharjm_at_gmail.com)
Date: Sat Sep 01 2018 - 22:39:17 CDT
- Next message: Patzschke, Dr. Michael: "Re: Different bond styles in VMD"
- Previous message: Raag Saluja: "Connect particular residues with a line"
- In reply to: Raag Saluja: "Connect particular residues with a line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
You can make use of "graphics" in VMD.
See details here:
https://www.ks.uiuc.edu/Research/vmd/vmd-1.9.1/ug/node128.html
You can make use of "line" and "cylinder" to do this.
You can represent each residue either by it alpha-carbon or by a centroid
calculated from all the atoms of residues.
Then determine all occurrences of a particular residue (alpha-carbon or
centroids) and make pairs using a nested for loop
and for each pair using their xyz coordinates and the line/cylinder command
you should be able to connect them.
Write back if you struggle with the code and one can be put together.
On Sun, Sep 2, 2018 at 2:10 AM Raag Saluja <saluja.raag_at_gmail.com> wrote:
> Hi!
> I want to connect all the residues of a particular amino acid (say, all
> Lys residues) with a line, in my protein.How may I do that, please?
> Thank you in advance!
>
-- Best, /A
- Next message: Patzschke, Dr. Michael: "Re: Different bond styles in VMD"
- Previous message: Raag Saluja: "Connect particular residues with a line"
- In reply to: Raag Saluja: "Connect particular residues with a line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]