plotCorNet: simple interactive network diagram of correlated substitution...

Description Usage Arguments Value Examples

View source: R/plotCorNet.R

Description

simple interactive network diagram of correlated substitution pairs

Usage

1
plotCorNet(corSubDF)

Arguments

corSubDF

A data frame with two columns i.e. Pos1 and Pos2. This file is generated by 'getTopSub' function.

Value

An interactive network diagram of correlated substitution pairs.

Examples

1
2
corSub <- corSubFile
plotCorNet(corSubDF = corSub)

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