Learn R Programming

Fiscore (version 0.1.3)

B_plot_normalised: B_plot_normalised

Description

Function to plot B-factor normalised 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

Usage

B_plot_normalised(pdb_df)

Arguments

pdb_df

Requires a PDB data frame generated by PDB_prepare

Value

bar plot

Examples

Run this code
# NOT RUN {
path_to_processed_PDB<- system.file("extdata", "pdb_df.tabular", package="Fiscore")
# basic usage of B_plot_normalised
pdb_df<-read.table(path_to_processed_PDB)
B_plot_normalised(pdb_df)
# }

Run the code above in your browser using DataLab