Learn R Programming

aaSEA (version 1.1.0)

plotMultiSubChange: Plots heat map of multiple substitution associated changes per site

Description

Plots heat map of multiple substitution associated changes per site

Usage

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

Run this code
# NOT RUN {
multiSubChangeLoc <- system.file("extdata", "multiSubChange.rda", package = "aaSEA")
multiSubChange <- readRDS(multiSubChangeLoc)
plotMultiSubChange(multiSubChangeDF = multiSubChange )
# }

Run the code above in your browser using DataLab