mnetSE: Calculate the paired structural equivalences among networks

Description Usage Arguments Details Value Examples

View source: R/mnetSE.R

Description

Calculate the paired structural equivalences among networks

Usage

1
mnetSE(netlist, node, method = "cosine")

Arguments

netlist

The input networks, which should a list of graph objects

node

node for calculation of paired structural equivalences

method

The similarity measure to be used. This must be "cosine" or "euclidean".

Details

mnetSE(netlist,node,method='cosine')

Value

A matrix of similarity value between 0 and 1

Examples

1
 mnetSE(COAD.net,'APC')

QiliShi/NetworkSim documentation built on July 23, 2019, 12:46 a.m.