I performed Principal Component Analysis (PCA) using GROMACS 5.1.3 with the following command

gmx covar -f filename.xtc -s su2-now.gro -n protein-H.ndx -o eigval.xvg -v eigenvec.trr -ascii covar.dat

A covar.dat file was generated with (3n*3n)/3 rows and 3 coloumns where n  is the number of atoms on which PCA has been done (indicated by protein-H.ndx file) . I want to know how I can interpret this data. Does the 1st 3n rows correspond data for 1st mode ,  2nd 3n rows correspond data for 2nd mode and so on and 3 coloumns correspond to x y and z ?

More Sanjoy Paul's questions See All
Similar questions and discussions