Learn R Programming

Fiscore (version 0.1.3)

phi_psi_interactive: phi_psi_interactive

Description

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

Usage

phi_psi_interactive(pdb_df)

Arguments

pdb_df

Requires a PDB data frame generated by PDB_prepare

Value

Interactive plot

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab