struct2pdb {SOMMD}R Documentation

Convert structure to pdb object

Description

Convert a struct object into a pdb obtect

Usage

struct2pdb(struct)

Arguments

struct

contains the struct object to convert

Value

Returns an object with class "pdb"

An object of class "pdb"

Author(s)

Stefano Motta stefano.motta@unimib.it

Examples

# Read structure file 
struct <- read.struct(system.file("extdata", "HIF2a.gro", package = "SOMMD"))
#Convert structure to pdb object
pdb <- struct2pdb(struct)


[Package SOMMD version 0.1.2 Index]