View source: R/extract_module.R
extract_module | R Documentation |
Extraction and plotting of connected subnetworks from a graph and a set of selected vertices
extract_module(
graph = NULL,
selectedVertices = NULL,
res_table = NULL,
minSubnetSize = 2
)
graph |
igraph object |
selectedVertices |
subset of vertices |
res_table |
result table |
minSubnetSize |
minimum size of subnetwork |
subnetwork
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.