parse_pdb {proteinKit}
R Documentation
parse the pdb struct data from a given document text data
Description
Usage
parse_pdb
(
pdb.txt
,
safe
=
FALSE
,
verbose
=
FALSE
);
Arguments
pdb.txt
[as string]
safe
[as boolean]
Details
Authors
seqtoolkit
Value
this function returns data object of type
PDB
.
clr value class
PDB
Examples
[Package
proteinKit
version 1.0.0.0
Index
]