Description Usage Arguments Value Author(s) Examples
View source: R/aracne_network.R
Re-format ARACNe network in regulon object to data.frame with regulator, target and direction columns.
1 | aracne_network(regulon)
|
regulon |
(regulon) ARACNe network. |
(data.frame) Network, with "reg", "target" and "direction" in column name. For direction, 1/0 denotes positive/negative regulation.
DING, HONGXU (hd2326@columbia.edu)
1 2 3 | library(bcellViper)
data(bcellViper)
aracne_network(regulon[1:10])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.