plotMultiSubChange: Plots heat map of multiple substitution associated changes...

Description Usage Arguments Value Examples

View source: R/plotMultiSubChange.R

Description

Plots heat map of multiple substitution associated changes per site

Usage

1
plotMultiSubChange(multiSubChangeDF)

Arguments

multiSubChangeDF

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

Value

An interactive heat map of multiple substitution assocaiated changes per site

Examples

1
2
3
multiSubChangeLoc <- system.file("extdata", "multiSubChange.rda", package = "aaSEA")
multiSubChange <- readRDS(multiSubChangeLoc)
plotMultiSubChange(multiSubChangeDF = multiSubChange )

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