Learn R Programming

Fiscore (version 0.1.3)

PDB_process: PDB_process

Description

Function to preprocess and inspect a PDB file

Usage

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

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab