MS.UA.int {NetInt}R Documentation

"Memory Saving" Unweighted Average (UA) network integration

Description

It performs the unweighted average integration between networks: \[\bar{w}_{ij} = \frac{1}{n} \sum_{d = 1}^n w_{ij}^d\] The matrices are read from files and loaded one at time in memory.

Usage

MS.UA.int(nets.files, example.names = NULL)

Arguments

nets.files

a list with the names of the .rda files storing the matrices representing the weighted adjacency matrices of the nets.

example.names

a list with the names of the examples stored in each net. If NULL (def.) it is assumed that the matrices have exactly the same examples in the same order, otherwise the matrices are arranged to be correctly aligned.

Value

the integrated matrix : the matrix resulting from UA.


[Package NetInt version 1.0.0 Index]