powered by
Calculate the structural equivalence between two networks
netSE(net1, net2, node, method = "cosine")
The input network, which should be a graph object
Gene symbol, which is shared between two networks
The similarity measure to be used. This must be "cosine" or "euclidean".
Similarity value between 0 and 1
netSE(net1,net2,node,method='cosine')
# NOT RUN { netSE(NOR2ADE.net,ADE2CAR.net,'EREG') # }
Run the code above in your browser using DataLab