c_net_filter | R Documentation |
Filter a network according to some attributes
c_net_filter(go, ..., mode = "v")
go |
metanet object |
... |
some attributes of vertex and edge |
mode |
"v" or "e" |
metanet
Other manipulate:
anno_edge()
,
anno_vertex()
,
c_net_annotate()
,
c_net_save()
,
c_net_union()
,
get_e()
,
get_n()
,
get_v()
,
is_metanet()
data("multi_net")
c_net_filter(multi1, v_group %in% c("omic1", "omic2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.