powered by
Inverse process of the funciton pdb2sse.
pdb2sse
bounds.sse(x, pdb = NULL)
a character vector indicating SSE for each amino acid residue.
an object of class pdb as obtained from function read.pdb. Can be ignored if x has 'names' attribute for residue labels.
pdb
read.pdb
x
a 'sse' object.
call for its effects.
# NOT RUN { # PDB server connection required - testing excluded pdb <- read.pdb("1a7l") sse <- pdb2sse(pdb) sse.ind <- bounds.sse(sse) sse.ind # }
Run the code above in your browser using DataLab