View source: R/node_suppression.R
node_repression | R Documentation |
this function is still under development.
node_repression( g, v_rm, exp, state_function = calc_np_all, neighbors_only = TRUE, ... )
g |
igraph network object |
v_rm |
index of vertices to remove |
exp |
expression vector for nodes in graph g |
state_function |
function to use to calculate network state before and after node_repression |
neighbors_only |
logical designating whether state function should be calculated for all nodes or just neighbors |
... |
additional parameters passed to state function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.