plotCorSubChanges: Plot co-evolving sites with selected property correlations

Description Usage Arguments Value Examples

View source: R/plotCorSubChanges.R

Description

Plot co-evolving sites with selected property correlations

Usage

1
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

1
2
3
fileLocation <- system.file("extdata", "corSitePropChangeDF.rda", package = "aaSEA")
corSitePropChange <- readRDS(fileLocation)
plotCorSubChanges(corSitePropChange = corSitePropChange)

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