writing atomic fluctuations in csv format

Issue #865 resolved
Former user created an issue

How to get the atomic fluctuations in csv format once all atom ensemble NMA is perfromed on a set of pdb coordindates.

Thanks

Comments (2)

  1. Xinqiu Yao

    Use the built-in write.csv() R function. For example, write.csv(modes$fluctuations, file="XXX.csv")

  2. Log in to comment