Reading Multiple PDB files for NMA

Issue #728 new
Daniel Lim created an issue

Hello Bio3D community, I am trying to use Ensemble NMA analysis for structural homology of a protein. I was wondering if there is a way to store multiple pdbs into a single variable (1 variable) to run these analysis on. If so are there any scripts available?

Thank you in advance,

Daniel

Comments (1)

  1. Xinqiu Yao

    You can save it as a list, something like: pdbs.list ← list(pdbs1, pdbs2, pdbs3). Then, use lapply() to run eNMA for all of them.

  2. Log in to comment