Learn R Programming

bio3d (version 2.4-4)

bounds.sse: Obtain A SSE Object From An SSE Sequence Vector

Description

Inverse process of the funciton pdb2sse.

Usage

bounds.sse(x, pdb = NULL)

Value

a 'sse' object.

Arguments

x

a character vector indicating SSE for each amino acid residue.

pdb

an object of class pdb as obtained from function read.pdb. Can be ignored if x has 'names' attribute for residue labels.

Author

Xin-Qiu Yao & Barry Grant

Details

call for its effects.

See Also

pdb2sse

Examples

Run this code
# \donttest{
   # 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