plotSingleSubChange: Plots single substitution change histogram

Description Usage Arguments Value Examples

View source: R/plotSingleSubChange.R

Description

Plots single substitution change histogram

Usage

1
plotSingleSubChange(singleSubChangeDF)

Arguments

singleSubChangeDF

A data frame of single amino acid substitutions per site calculated with 'getAASub' and associated property changes obtained by calling 'getPropChange' function

Value

An interactive histogram representing amino acid substitution associaited change

Examples

1
2
3
singleSubChangeLoc <- system.file("extdata", "singleSubChange.rda", package = "aaSEA")
singleSubChange <- readRDS(singleSubChangeLoc)
plotSingleSubChange(singleSubChangeDF = singleSubChange)

aaSEA documentation built on Nov. 9, 2019, 5:07 p.m.