add_regulatory_network {dynwrap} | 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. |