aracne_network {pageRank} | R Documentation |
Re-format ARACNe network in regulon object to data.frame with regulator, target and direction columns.
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)
library(bcellViper) data(bcellViper) aracne_network(regulon[1:10])