pdb2sse | R Documentation |
Results are similar to that returned by stride(pdb)$sse and dssp(pdb)$sse.
pdb2sse(pdb, verbose = TRUE)
pdb |
an object of class |
verbose |
logical, if TRUE warnings and other messages will be printed. |
call for its effects.
a character vector indicating SSE elements for each amino acide residue. The 'names' attribute of the vector contains 'resno', 'chain', 'insert', and 'SSE segment number', seperated by the character '_'.
Barry Grant & Xin-Qiu Yao
dssp
, stride
, bounds.sse
#PDB server connection required - testing excluded
try({
pdb <- read.pdb("1a7l")
sse <- pdb2sse(pdb)
sse
}, silent=TRUE)
if(inherits(.Last.value, "try-error")) {
message("Need internet to run the example")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.