Learn R Programming

NetworkSim (version 0.1.0)

netSE: Calculate the structural equivalence between two networks

Description

Calculate the structural equivalence between two networks

Usage

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".

Value

Similarity value between 0 and 1

Details

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

Examples

Run this code
# NOT RUN {
 netSE(NOR2ADE.net,ADE2CAR.net,'EREG')

# }

Run the code above in your browser using DataLab