Learn R Programming

NetworkSim (version 0.1.0)

nodesCom: Get the common nodes from two networks

Description

Get the common nodes from two networks

Usage

nodesCom(net1, net2)

Arguments

net1

The input network, which should be a graph object

net2

The input network, which should be a graph object

Value

A vector of gene symbols

Details

subnet(net1,net2)

Examples

Run this code
# NOT RUN {
 Aligned <- nodesCom(NOR2ADE.net,ADE2CAR.net)

# }

Run the code above in your browser using DataLab