powered by
Function to preprocess and inspect a PDB file
PDB_process(file_name, path = "split_PDB")
PDB file name to load, e.g. '6KZ5.pdb'
location where to transfer split PDB files, default will create a new directory in your working directory
generates split chain PDB files in the default or selected directory and then returns the names of the files
# 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