Description Usage Arguments Value Examples
View source: R/phi_psi_interactive.R
Function plots a scatter plot with a secondary structure element visualisation based on the PDB file data; NOTE: NA refers to unidentified region, e.g., a disordered region
1 | phi_psi_interactive(pdb_df)
|
pdb_df |
Requires a PDB data frame generated by PDB_prepare |
Interactive plot
1 2 3 4 | path_to_processed_PDB<- system.file("extdata", "pdb_df.tabular", package="Fiscore")
# basic usage of phi_psi_interactive
pdb_df<-read.table(path_to_processed_PDB)
phi_psi_interactive(pdb_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.