Learn R Programming

aaSEA (version 1.1.0)

plotCorSubChanges: Plot co-evolving sites with selected property correlations

Description

Plot co-evolving sites with selected property correlations

Usage

plotCorSubChanges(corSitePropChange)

Arguments

corSitePropChange

A data frame of coevolving sites and associated property changes obtained by "getPropCorr" function with selected MSA matrix (selMat) and desired property selected from property data frame and property index.

Value

Returns an interactive heat map of significant sites with selected property correlations

Examples

Run this code
# NOT RUN {
fileLocation <- system.file("extdata", "corSitePropChangeDF.rda", package = "aaSEA")
corSitePropChange <- readRDS(fileLocation)
plotCorSubChanges(corSitePropChange = corSitePropChange)
# }

Run the code above in your browser using DataLab