extract_module: Extraction and plotting of connected subnetworks from a graph...

View source: R/extract_module.R

extract_moduleR Documentation

Extraction and plotting of connected subnetworks from a graph and a set of selected vertices

Description

Extraction and plotting of connected subnetworks from a graph and a set of selected vertices

Usage

extract_module(
  graph = NULL,
  selectedVertices = NULL,
  res_table = NULL,
  minSubnetSize = 2
)

Arguments

graph

igraph object

selectedVertices

subset of vertices

res_table

result table

minSubnetSize

minimum size of subnetwork

Value

subnetwork


emosca-cnr/mND documentation built on April 11, 2024, 12:49 p.m.