powered by
## S3 method for class 'rmsip': plot(x, xlab = NULL, ylab = NULL, col = gray(50:0/50), zlim=c(0,1), ...)
rmsip
image
plot.rmsip
overlap
nma
## Read PDB structure pdb <- read.pdb("1hel") ## 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)
Run the code above in your browser using DataLab