PDB_process: PDB_process

Description Usage Arguments Value Examples

View source: R/PDB_process.R

Description

Function to preprocess and inspect a PDB file

Usage

1
PDB_process(file_name, path = "split_PDB")

Arguments

file_name

PDB file name to load, e.g. '6KZ5.pdb'

path

location where to transfer split PDB files, default will create a new directory in your working directory

Value

generates split chain PDB files in the default or selected directory and then returns the names of the files

Examples

1
2
path_to_PDB_file<- system.file("extdata", "3nf5.pdb", package="Fiscore")
# basic usage of PDB_process calls the selected path to load a large file

Fiscore documentation built on Sept. 5, 2021, 5:51 p.m.