Learn R Programming

aaSEA (version 1.1.0)

plotSingleSubChange: Plots single substitution change histogram

Description

Plots single substitution change histogram

Usage

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

Run this code
# NOT RUN {
singleSubChangeLoc <- system.file("extdata", "singleSubChange.rda", package = "aaSEA")
singleSubChange <- readRDS(singleSubChangeLoc)
plotSingleSubChange(singleSubChangeDF = singleSubChange)
# }

Run the code above in your browser using DataLab