netFun {lionessR} | R Documentation |
This is the network reconstruction function that will be used to build aggregate networks.
netFun(x)
x |
Numeric matrix with samples in columns. |
Numeric matrix of association network.
exp <- matrix(sample(1000, 1000)/1000, 100, 10) netFun(exp)