struct2pdb | R Documentation |
Convert a struct object into a pdb obtect
struct2pdb(struct)
struct |
contains the struct object to convert |
Returns an object with class "pdb"
An object of class "pdb"
Stefano Motta stefano.motta@unimib.it
# Read structure file
struct <- read.struct(system.file("extdata", "HIF2a.gro", package = "SOMMD"))
#Convert structure to pdb object
pdb <- struct2pdb(struct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.