1 .TH g_anaeig 1 "Thu 16 Oct 2008"
3 g_anaeig - analyzes the eigenvectors
8 .BI "-v" " eigenvec.trr "
9 .BI "-v2" " eigenvec2.trr "
11 .BI "-s" " topol.tpr "
12 .BI "-n" " index.ndx "
13 .BI "-eig" " eigenval.xvg "
14 .BI "-eig2" " eigenval2.xvg "
15 .BI "-comp" " eigcomp.xvg "
16 .BI "-rmsf" " eigrmsf.xvg "
17 .BI "-proj" " proj.xvg "
18 .BI "-2d" " 2dproj.xvg "
19 .BI "-3d" " 3dproj.pdb "
20 .BI "-filt" " filtered.xtc "
21 .BI "-extr" " extreme.pdb "
22 .BI "-over" " overlap.xvg "
23 .BI "-inpr" " inprod.xpm "
36 .BI "-nframes" " int "
40 .BI "-nevskip" " int "
44 analyzes eigenvectors. The eigenvectors can be of a
47 ) or of a Normal Modes anaysis
53 When a trajectory is projected on eigenvectors, all structures are
54 fitted to the structure in the eigenvector file, if present, otherwise
55 to the structure in the structure file. When no run input file is
56 supplied, periodicity will not be taken into account. Most analyses
57 are performed on eigenvectors
64 is set to -1 you will be prompted for a selection.
69 : plot the vector components per atom of eigenvectors
79 : plot the RMS fluctuation per atom of eigenvectors
91 : calculate projections of a trajectory on eigenvectors
97 The projections of a trajectory on the eigenvectors of its
98 covariance matrix are called principal components (pc's).
99 It is often useful to check the cosine content the pc's,
100 since the pc's of random diffusion are cosines with the number
101 of periods equal to half the pc index.
102 The cosine content of the pc's can be calculated with the program
110 : calculate a 2d projection of a trajectory on eigenvectors
120 : calculate a 3d projection of a trajectory on the first
121 three selected eigenvectors.
126 : filter the trajectory to show only the motion along
136 : calculate the two extreme projections along a trajectory
137 on the average structure and interpolate
140 between them, or set your own extremes with
145 will be written unless
150 have been set explicitly, in which case all eigenvectors
151 will be written to separate files. Chain identifiers will be added
154 file with two or three structures (you
157 to view such a pdb file).
160 Overlap calculations between covariance analysis:
162 NOTE: the analysis should use the same fitting structure
167 : calculate the subspace overlap of the eigenvectors in
182 : calculate a matrix of inner-products between
183 eigenvectors in files
188 of both files will be used unless
193 have been set explicitly.
205 a single number for the overlap between the covariance matrices is
206 generated. The formulas are:
208 difference = sqrt(tr((sqrt(M1) - sqrt(M2))2))
210 normalized overlap = 1 - difference/sqrt(tr(M1) + tr(M2))
212 shape overlap = 1 - sqrt(tr((sqrt(M1/tr(M1)) - sqrt(M2/tr(M2)))2))
214 where M1 and M2 are the two covariance matrices and tr is the trace
215 of a matrix. The numbers are proportional to the overlap of the square
216 root of the fluctuations. The normalized overlap is the most useful
217 number, it is 1 for identical matrices and 0 when the sampled
218 subspaces are orthogonal.
223 flag is given an entropy estimate will be
224 computed based on the Quasiharmonic approach and based on
227 .BI "-v" " eigenvec.trr"
229 Full precision trajectory: trr trj cpt
231 .BI "-v2" " eigenvec2.trr"
233 Full precision trajectory: trr trj cpt
237 Trajectory: xtc trr trj gro g96 pdb cpt
239 .BI "-s" " topol.tpr"
241 Structure+mass(db): tpr tpb tpa gro g96 pdb
243 .BI "-n" " index.ndx"
247 .BI "-eig" " eigenval.xvg"
251 .BI "-eig2" " eigenval2.xvg"
255 .BI "-comp" " eigcomp.xvg"
259 .BI "-rmsf" " eigrmsf.xvg"
263 .BI "-proj" " proj.xvg"
267 .BI "-2d" " 2dproj.xvg"
271 .BI "-3d" " 3dproj.pdb"
273 Structure file: gro g96 pdb
275 .BI "-filt" " filtered.xtc"
277 Trajectory: xtc trr trj gro g96 pdb cpt
279 .BI "-extr" " extreme.pdb"
281 Trajectory: xtc trr trj gro g96 pdb cpt
283 .BI "-over" " overlap.xvg"
287 .BI "-inpr" " inprod.xpm"
289 X PixMap compatible matrix file
293 Print help info and quit
295 .BI "-nice" " int" " 19"
298 .BI "-b" " time" " 0 "
299 First frame (ps) to read from trajectory
301 .BI "-e" " time" " 0 "
302 Last frame (ps) to read from trajectory
304 .BI "-dt" " time" " 0 "
305 Only use frame when t MOD dt = first time (ps)
307 .BI "-tu" " enum" " ps"
323 View output xvg, xpm, eps and pdb files
325 .BI "-[no]xvgr" "yes "
326 Add specific codes (legends etc.) in the output xvg files for the xmgrace program
328 .BI "-first" " int" " 1"
329 First eigenvector for analysis (-1 is select)
331 .BI "-last" " int" " 8"
332 Last eigenvector for analysis (-1 is till the last)
334 .BI "-skip" " int" " 1"
335 Only analyse every nr-th frame
337 .BI "-max" " real" " 0 "
338 Maximum for projection of the eigenvector on the average structure, max=0 gives the extremes
340 .BI "-nframes" " int" " 2"
341 Number of frames for the extremes output
343 .BI "-[no]split" "no "
344 Split eigenvector projections where time is zero
346 .BI "-[no]entropy" "no "
347 Compute entropy according to the Quasiharmonic formula or Schlitter's method.
349 .BI "-temp" " real" " 298.15"
350 Temperature for entropy calculations
352 .BI "-nevskip" " int" " 6"
353 Number of eigenvalues to skip when computing the entropy due to the quasi harmonic approximation. When you do a rotational and/or translational fit prior to the covariance analysis, you get 3 or 6 eigenvalues that are very close to zero, and which should not be taken into account when computing the entropy.