Description Usage Arguments Value Examples
View source: R/Fi_score_region.R
Function calculates combined Fi-score for a selected region; NOTE: some PDB files have breakages in their amino acid sequences and those values cannot be assessed. Moreover, values can be calculated either inclusively or not; include is set to FALSE by default
1 | Fi_score_region(pdb_df, i, j, include = FALSE)
|
pdb_df |
Requires a PDB data frame generated by PDB_prepare |
i |
start residue for a region |
j |
end residue for a region |
include |
inclusive or not calculation, default FALSE |
Fi-score value
1 2 3 4 | path_to_processed_PDB<- system.file("extdata", "pdb_df.tabular", package="Fiscore")
# basic usage of Fiscore_secondary
pdb_df<-read.table(path_to_processed_PDB)
Fi_score_region(pdb_df,900,925)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.