View source: R/13_network_edge_node.R
edges_to_nodes | R Documentation |
get nodes from edges
edges_to_nodes(edges)
edges |
data.frame |
nodes data.frame
Xiaojie Sun
interaction_to_edges
df = data.frame(a = c("gene1","gene2","gene3"),
b = c("d,f,a,b",
"c,e,g",
"a,b,d"))
edges = interaction_to_edges(df)
nodes = edges_to_nodes(edges)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.