1g_covar(1) GROMACS suite, VERSION 4.5 g_covar(1)
2
3
4
6 g_covar - calculates and diagonalizes the covariance matrix
7
8 VERSION 4.5
9
11 g_covar -f traj.xtc -s topol.tpr -n index.ndx -o eigenval.xvg -v eigen‐
12 vec.trr -av average.pdb -l covar.log -ascii covar.dat -xpm covar.xpm
13 -xpma covara.xpm -[no]h -[no]version -nice int -b time -e time -dt time
14 -tu enum -xvg enum -[no]fit -[no]ref -[no]mwa -last int -[no]pbc
15
17 g_covar calculates and diagonalizes the (mass-weighted) covariance
18 matrix. All structures are fitted to the structure in the structure
19 file. When this is not a run input file periodicity will not be taken
20 into account. When the fit and analysis groups are identical and the
21 analysis is non mass-weighted, the fit will also be non mass-weighted.
22
23
24
25 The eigenvectors are written to a trajectory file ( -v). When the same
26 atoms are used for the fit and the covariance analysis, the reference
27 structure for the fit is written first with t=-1. The average (or ref‐
28 erence when -ref is used) structure is written with t=0, the eigenvec‐
29 tors are written as frames with the eigenvector number as timestamp.
30
31
32 The eigenvectors can be analyzed with g_anaeig.
33
34
35 Option -ascii writes the whole covariance matrix to an ASCII file. The
36 order of the elements is: x1x1, x1y1, x1z1, x1x2, ...
37
38
39 Option -xpm writes the whole covariance matrix to an xpm file.
40
41
42 Option -xpma writes the atomic covariance matrix to an xpm file, i.e.
43 for each atom pair the sum of the xx, yy and zz covariances is written.
44
46 -f traj.xtc Input
47 Trajectory: xtc trr trj gro g96 pdb cpt
48
49 -s topol.tpr Input
50 Structure+mass(db): tpr tpb tpa gro g96 pdb
51
52 -n index.ndx Input, Opt.
53 Index file
54
55 -o eigenval.xvg Output
56 xvgr/xmgr file
57
58 -v eigenvec.trr Output
59 Full precision trajectory: trr trj cpt
60
61 -av average.pdb Output
62 Structure file: gro g96 pdb etc.
63
64 -l covar.log Output
65 Log file
66
67 -ascii covar.dat Output, Opt.
68 Generic data file
69
70 -xpm covar.xpm Output, Opt.
71 X PixMap compatible matrix file
72
73 -xpma covara.xpm Output, Opt.
74 X PixMap compatible matrix file
75
76
78 -[no]hno
79 Print help info and quit
80
81 -[no]versionno
82 Print version info and quit
83
84 -nice int 19
85 Set the nicelevel
86
87 -b time 0
88 First frame (ps) to read from trajectory
89
90 -e time 0
91 Last frame (ps) to read from trajectory
92
93 -dt time 0
94 Only use frame when t MOD dt = first time (ps)
95
96 -tu enum ps
97 Time unit: fs, ps, ns, us, ms or s
98
99 -xvg enum xmgrace
100 xvg plot formatting: xmgrace, xmgr or none
101
102 -[no]fityes
103 Fit to a reference structure
104
105 -[no]refno
106 Use the deviation from the conformation in the structure file instead
107 of from the average
108
109 -[no]mwano
110 Mass-weighted covariance analysis
111
112 -last int -1
113 Last eigenvector to write away (-1 is till the last)
114
115 -[no]pbcyes
116 Apply corrections for periodic boundary conditions
117
118
120 gromacs(7)
121
122 More information about GROMACS is available at <http://www.gro‐
123 macs.org/>.
124
125
126
127 Thu 26 Aug 2010 g_covar(1)