sharedComponents: Finding shared components between diferent networks.

View source: R/sharedComponents.R

sharedComponentsR Documentation

Finding shared components between diferent networks.

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

sharedComponents(...)

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

# Loading data

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

# Obtaining shared components

share <- sharedComponents(net1,net2)
share

jdhenaos/coexnet documentation built on April 22, 2022, 12:43 a.m.