View source: R/flatten_edges.R
flatten_edges | R Documentation |
The line : from mean_ATGSJHKS-ATGODLKSL to ATGDHJKHK becomes : from ATGSJHKS to ATGDHJKHK from ATGODLKSL to ATGDHJKHK
flatten_edges(net)
net |
network containing grouped regulators, in the form of a dataframe of edges. It must contain a column named 'from' and a column names 'to'n with the AGI of the genes. The grouped nodes must have the format mean_AGI1-AGI2, such as returned by the inference in DIANE |
dataframe of edges with duplicated edges for grouped regulators
data("abiotic_stress_Heat_genes_net") flatten_edges(abiotic_stress_Heat_genes_net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.