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