Description Usage Arguments Value Examples
View source: R/density_plots.R
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.
1 | density_plots(pdb_df, model_report)
|
pdb_df |
Requires a PDB data frame generated by PDB_prepare |
model_report |
Optional parameter to include data from cluster_ID |
multiple plots
1 2 3 4 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.