remove_edges | R Documentation |
given a RCy3 network connection, remove edges according to provided values.
remove_edges(edge_obj, cutoff, edge_attr = "weight", value_direction = "under")
## S4 method for signature 'character,numeric'
remove_edges(edge_obj, cutoff, edge_attr = "weight", value_direction = "under")
## S4 method for signature 'cc_graph,numeric'
remove_edges(edge_obj, cutoff, edge_attr = "weight", value_direction = "under")
edge_obj |
cc_graph |
cutoff |
the cutoff to use |
edge_attr |
which attribute to use |
value_direction |
remove edges with value under or over |
nothing
cc_graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.