powered by
Convert a struct object into a pdb obtect
struct2pdb(struct)
Returns an object with class "pdb"
An object of class "pdb"
contains the struct object to convert
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)
Run the code above in your browser using DataLab