ggrama_all: Ramachandran diagrams

Description Usage Arguments Value Examples

View source: R/ggrama_all.R

Description

Plots four types of Ramachandran diagrams in a grid from a pdb file using ggplot2 graphics

Usage

1

Arguments

pdb

input pdb file location.

...

arguments passed to ggrama{ggrama}

Value

a grid of four ggplot2 figures combined using cowplot{plot_grid}

Examples

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")

missuse/ggrama documentation built on Dec. 21, 2021, 7:01 p.m.