Learn R Programming

aaSEA (version 1.1.0)

plotCorNet: simple interactive network diagram of correlated substitution pairs

Description

simple interactive network diagram of correlated substitution pairs

Usage

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

Run this code
# NOT RUN {
corSub <- corSubFile
plotCorNet(corSubDF = corSub)
# }

Run the code above in your browser using DataLab