Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.27 KB

DynaWAVE

Build Status codecov.io

Alignment of dynamic (temporal) networks with the DynaWAVE method. Network alignment aims to find a mapping between networks that conserves similar regions between the networks. Dynamic (or temporal) networks are networks whose interactions are time dependent. DynaWAVE aligns two dynamic networks while taking temporal information into account. An implementation of the WAVE method, which aligns two static networks is also available.

Home page: https://www.nd.edu/~cone/DynaWAVE/ Reference: Vipin Vijayan and Tijana Milenković, Aligning dynamic networks with DynaWAVE, Bioinformatics, btx841, 2017.

Installation

DynaWAVE can be installed by starting julia and executing the following command. This will install DynaWAVE and packages that it depends on.

Pkg.add("DynaWAVE")

Documentation

Available here.