this function is still under development.
node_repression(
g,
v_rm = as.character(names(igraph::V(g))),
exp,
state_function = calc_np_all,
neighbors_only = TRUE,
...
)
igraph network object
index of vertices to remove
expression vector for nodes in graph g
function to use to calculate network state before and after node_repression
logical designating whether state function should be calculated for all nodes or just neighbors
additional parameters passed to state function.