Import dccm

Issue #820 resolved
Former user created an issue

Hello,

I would like to import the DCCM generated with CPPTRAJ to R. I want use the DCCM for ensemble correlation network analysis.

How can I do this? Some example?

Thank You!

P

Comments (2)

  1. Xinqiu Yao

    What format is the CPPTRAJ generated DCCM? If is a plain matrix-like text file, just using something like cij <- read.table("dccm.txt") should work.

  2. Log in to comment