View source: R/inter_network.R
simplify_interactions | R Documentation |
simplify_interactions
simplify_interactions(t, lr = NULL, autocrine = FALSE)
t |
the network to be simplified |
lr |
ligand receptor interactions |
autocrine |
a logical |
t
t=data.frame(a.gn=c("CEP63","CEP63"),b.gn=c("MZT2A","DYNC1L2"), type=c("in-complex-with","in-complex-with")) simplify_interactions(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.