sse.bridges(sse, type="helix", hbond=TRUE, energy.cut=-1.0)
dssp
. Requires input from function dssp
with arguments
resno=FALSE
and full=TRUE
.
read.pdb
, dssp
# Read a PDB file
pdb <- read.pdb( system.file("examples/1hel.pdb", package="bio3d") )
sse <- dssp(pdb, resno=FALSE, full=TRUE)
sse.bridges(sse, type="helix")
Run the code above in your browser using DataLab