Learn R Programming

Fiscore (version 0.1.3)

density_plots: density_plots

Description

Function plots a density plot set for phi/psi angle distributions, Fi-score and normalised B-factor. As well as 3D visualisation of angle distribution for every residue. The plots can be used for a quick assessment of the overall parameters.

Usage

density_plots(pdb_df, model_report)

Arguments

pdb_df

Requires a PDB data frame generated by PDB_prepare

model_report

Optional parameter to include data from cluster_ID

Value

multiple plots

Examples

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

Run the code above in your browser using DataLab