nodesCom: Get the paired nodes which shared neighbors from two networks

Description Usage Arguments Details Value Examples

View source: R/nodesCom.R

Description

Get the paired nodes which shared neighbors from two networks

Usage

1
nodesCom(net1, net2)

Arguments

net1

The input network, which should be a graph object

net2

The input network, which should be a graph object

Details

nodesCom(net1,net2)

Value

A matrix of paired nodes

Examples

1
 paired <- nodesCom(TCGA-AF-2687.net,TCGA-A6-2686.net)

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