powered by
sse.bridges(sse, type="helix", hbond=TRUE, energy.cut=-1.0)
dssp
Requires input from function dssp with arguments resno=FALSE and full=TRUE.
resno=FALSE
full=TRUE
read.pdb
# 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