Skip to contents

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