Description Usage Arguments Value Examples
Function to preprocess and inspect a PDB file
1 | PDB_process(file_name, path = "split_PDB")
|
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 |
generates split chain PDB files in the default or selected directory and then returns the names of the files
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.