Description Usage Arguments Value Examples
Function to prepare a PDB file after it was pre-processed to generate Fi-score and normalised B factor values as well as secondary structure designations
1 | PDB_prepare(file_name)
|
file_name |
PDB file name to load that was split into chains, e.g. '6KZ5_A.pdb' |
returns a processed data frame with Fi-score 'Fi_score', normalised B factor values 'B_normalised' and secondary structure designations
1 2 3 | path_to_processed_PDB<- system.file("extdata", "3nf5_A.pdb", package="Fiscore")
# you can call PDB_prepare with the set path
head(PDB_prepare(path_to_processed_PDB))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.