Package: netcom
Type: Package
Title: Dynamic Network Alignment
Version: 1.0.4
Date: 2017-07-10
Description: Functions to take two networks stored as matrices and return a node-level injection between them (bijection if the input networks are of the same size). The alignment is made by comparing diffusion kernels originating from each node in one network to those originating from each node in the other network. This creates a cost matrix where rows are nodes from one network and columns are nodes from the other network. Optimal node pairings are then found using the Hungarian algorithm.
Authors@R: c(
    person("Ryan", "Langendorf", role = c("aut", "cre"), email = "ryan.langendorf@colorado.edu"),
    person("Debra", "Goldberg", role = "ctb", email = "debra@colorado.edu")
    )
URL: https://github.com/langendorfr/netcom
Repository: CRAN
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.1.0)
Imports: clue, expm, igraph, Matrix, pdist, pracma, vegan
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-07-10 18:51:08 UTC; Ryan
Author: Ryan Langendorf [aut, cre],
  Debra Goldberg [ctb]
Maintainer: Ryan Langendorf <ryan.langendorf@colorado.edu>
Date/Publication: 2017-07-10 19:02:53 UTC
Built: R 3.4.4; ; 2019-04-25 21:22:50 UTC; windows
