read.pdb {proteinKit} R Documentation

Reads a Protein Data Bank (PDB) file and parses it into a PDB object model.

Description

Usage

read.pdb(file);

Arguments

file

A file path string or Stream object representing the PDB file to read.

env

The R runtime environment for error handling and resource management. [as Environment]

Details

Authors

seqtoolkit

Value

Returns a parsed @T:SMRUCC.genomics.Data.RCSB.PDB.PDB object if successful. Returns a Message error object if file loading fails due to invalid path or format issues.

clr value class

Examples

 let pdb = read.pdb("1abc.pdb");

[Package proteinKit version 1.0.0.0 Index]