Description Usage Arguments Value Examples
View source: R/Fi_score_plot.R
Function to plot Fi-score values per amino acid using a bar plot; NOTE: some PDB files have breakages in their amino acid sequence, that is some residues might be missing and the gaps will be reflected in the plot
1 | Fi_score_plot(pdb_df)
|
pdb_df |
Requires a PDB data frame generated by PDB_prepare |
Bar plot
1 2 3 4 | path_to_processed_PDB<- system.file("extdata", "pdb_df.tabular", package="Fiscore")
# basic usage of Fi_score_plot
pdb_df<-read.table(path_to_processed_PDB)
Fi_score_plot(pdb_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.