dssp.trj(pdb, trj, skip=1000, threshold=3, file.head="")
"pdb"
, obtained from
read.pdb
.pdb
structure; default = 3file.head
indicated.pdb
and frames from the trj
file indicated, according with the skip
value indicated.
For information on obtaining
read.pdb
, read.ncdf
,
read.dcd
, read.crd
,
plot.bio3d
, dssp
# Read a PDB file
pdb <- read.pdb(system.file("examples/hivp.pdb", package="bio3d"))
trj <- read.dcd(system.file("examples/hivp.dcd", package="bio3d"))
dssp.trj(pdb, trj, skip = 100, threshold = 1.5)
Run the code above in your browser using DataLab