Learn R Programming

bio3d (version 2.1-3)

rmsf: Atomic RMS Fluctuations

Description

Calculate atomic root mean squared fluctuations.

Usage

rmsf(xyz)

Arguments

xyz
numeric matrix of coordinates with each row corresponding to an individual conformer.

Value

  • Returns a numeric vector of RMSF values.

Details

An often used measure of conformational variance.

References

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

See Also

read.dcd, fit.xyz, read.fasta.pdb

Examples

Run this code
data(transducin)
attach(transducin, warn.conflicts=FALSE)

# Ignore Gaps
gaps <- gap.inspect(pdbs$ali)

r <- rmsf(pdbs$xyz)
plot( r[gaps$f.inds], typ="h", ylab="RMSF (A)")

detach(transducin)

Run the code above in your browser using DataLab