View source: R/add_regulatory_network.R
add_regulatory_network | R Documentation |
Add a GRN to a dynwrap object
add_regulatory_network(
dataset,
regulatory_network,
regulatory_network_sc = NULL,
regulators = NULL,
targets = NULL,
...
)
dataset |
A dataset created by |
regulatory_network |
A data frame consisting of three columns: |
regulatory_network_sc |
A data frame consisting of four columns: |
regulators |
The feature ids of the regulators. |
targets |
The feature ids of the targets. |
... |
Extra arguments to be saved in the model. |
A dynwrap object with the regulatory network added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.