sharedComponents: Finding shared components between diferent networks.

Description Usage Arguments Value Author(s) Examples

View source: R/sharedComponents.R

Description

From the intersection network, obtains the nodes without any degree value. These are the shared molecular components without any biological relation among them.

Usage

1

Arguments

...

The networks (igraph objects) to obtain the shared components.

Value

A vector with the names of the shared components.

Author(s)

Juan David Henao <judhenaosa@unal.edu.co>

Examples

1
2
3
4
5
6
7
8
9
# Loading data

data("net1")
data("net2")

# Obtaining shared components

share <- sharedComponents(net1,net2)
share

juancholkovich/coexnet documentation built on May 20, 2019, 3:18 a.m.