powered by
Function to plot a PDB file phi/psi angle density plot
phi_psi_plot(pdb_df)
Requires a PDB data frame generated by PDB_prepare
2D phi/psi angle distribution plot with residues binned
# NOT RUN { path_to_processed_PDB<- system.file("extdata", "pdb_df.tabular", package="Fiscore") # basic usage of phi_psi_plot pdb_df<-read.table(path_to_processed_PDB) phi_psi_plot(pdb_df) # }
Run the code above in your browser using DataLab