Usage
view.dccm(dccm, pdb, step=0.2, omit=0.2, radius=0.15, type="pymol", outprefix="corr",
launch=FALSE, exefile="pymol")
Arguments
dccm
an object of class dccm
as obtained from
function dccm
or dccm.nma
.
pdb
an object of class pdb
as obtained from
function read.pdb
or a numerical vector of Cartesian
coordinates.
step
binning interval of cross-correlation coefficents.
omit
correlation coefficents with values (0-omit, 0+omit) will
be omitted from visualization.
radius
radius of visualized correlations.
type
character string specifying the type of visualization:
pymol or pdb.
outprefix
character string specifying the file prefix. If
NULL
the temp directory will be used.
launch
logical, if TRUE PyMol will be launched.
exefile
file path to the PYMOL program on your system
(i.e. how is PYMOL invoked).