.decoupler_network_format | R Documentation |
A network passed to any run_
method in the package must contain at
least two attributes: .source
and .target
. In addition,
the methods must map their corresponding metadata associated with their edges.
network |
Tibble or dataframe with edges and it's associated metadata. |
.source |
Column with source nodes. |
.target |
Column with target nodes. |
.mor |
Column with edge mode of regulation (i.e. mor). |
.likelihood |
Deprecated argument. Now it will always be set to 1. |
All the attributes to be mapped are prefixed by .
The idea of using this type of mapping is to provide flexibility to different types of networks, be they regulatory, metabolic, or of any other type. This way, you should only consider having your network or networks in a long format and these can easily be manipulated by functions within the tidyverse ecosystem.
Other decoupleR formats:
.decoupler_mat_format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.