netSE: Calculate the structural equivalence between two networks

Description Usage Arguments Details Value Examples

View source: R/netSE.R

Description

Calculate the structural equivalence between two networks

Usage

1
netSE(net1, net2, node, method = "cosine")

Arguments

net1

The input network, which should be a graph object

net2

The input network, which should be a graph object

node

Gene symbol, which is shared between two networks

method

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

Details

netSE(net1,net2,node,method='cosine')

Value

Similarity value between 0 and 1

Examples

1

NetworkSim documentation built on May 2, 2019, 5:52 a.m.

Related to netSE in NetworkSim...