acidity_landscape: Acidity Landscape

Description Usage Arguments Value Examples

Description

Create a depcition of the surface showing by color which coordinates are either basic, acidic, or neutral. You have the option of passing more arguments to a facet_wrap() call in th function.

Usage

1

Arguments

mypdb

This is an object given processed by pdb_dataframe(). Additionally one can add their own acidity categories as long as the column name is still "Acidity"

...

This passes parameters to a facet_wrap() call from ggplot

Value

This function returns a one dimensional color based plot of the acidity category (i.e. acidic, neutral, or basic)

Examples

1
2
3
4
5
6
7
8
library(Rpdb)
library(tidyverse)
library(dplyr)
library(ggplot2)

y <- pdb_dataframe(CYP)
z <- assign_params(y)
acidity_landscape(z)

zalperst/visualizeprot documentation built on May 4, 2019, 9:08 p.m.