How to specify whole protein structure in trajectory analysis?

Issue #538 resolved
Former user created an issue

Hi All, The bio3d tutorial for trajectory analysis has explained the method to superimpose Ca atoms only by this command [ca.inds <- atom.select(pdb, elety="CA")], but I want to select the whole protein structure means including the side chains as well. Can you please help me how to do this?

Thanks in advance!

Amir

Comments (2)

  1. Xinqiu Yao

    You can select protein by atom.select(pdb, 'protein') or non-hydrogen atoms atom.select(pdb, 'noh'). Check help(atom.select) for more detail.

  2. Log in to comment