Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.rmsip

Plot RMSIP Results


Description

Produces a heat plot of RMSIP (Root mean square inner product) for the visualization of modes similarity.

Usage

## S3 method for class 'rmsip'
plot(x, xlab = NULL, ylab = NULL, col = gray(50:0/50),
      zlim=c(0,1), ...)

Arguments

x

an object of class rmsip.

xlab

a label for the x axis, defaults to ‘a’.

ylab

a label for the y axis, defaults to ‘b’.

col

a vector of colors for the RMSIP map (or overlap values).

zlim

the minimum and maximum ‘z’ values for which colors should be plotted.

...

additional arguments to function image.

Details

plot.rmsip produces a color image with the function image.

Value

Called for its effect.

Author(s)

Lars Skjaerven

References

Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696.

See Also

Examples

## Read PDB structure
pdb <- read.pdb( system.file("examples/1hel.pdb", package="bio3d") )

## Perform NMA
modes.a <- nma(pdb, ff="calpha")
modes.b <- nma(pdb, ff="anm")

## Calculate and plot RMSIP
r <- rmsip(modes.a, modes.b)
plot(r)

bio3d

Biological Structure Analysis

v2.4-2
GPL (>= 2)
Authors
Barry Grant [aut, cre], Xin-Qiu Yao [aut], Lars Skjaerven [aut], Julien Ide [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.