Description Usage Arguments Value Examples
Plots four types of Ramachandran diagrams in a grid from a pdb file using ggplot2 graphics
1 | ggrama_all(pdb, ...)
|
pdb |
input pdb file location. |
... |
arguments passed to |
a grid of four ggplot2 figures combined using cowplot{plot_grid}
1 2 3 4 5 6 | #download a PDB file
download.file("https://files.rcsb.org/download/2ADQ.pdb1.gz",
dest = "2ADQ.pdb1.gz")
#plot
ggrama_all("2ADQ.pdb1.gz")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.