net_refine {KBoost} | R Documentation |
Function to do a heuristic post-processing that improves accuracy. Each column is multiplied by its variance.
net_refine(Net)
Net |
a GRN with TFs in the columns. |
the network with Slavek and Arodz heuristic
Net =rbeta(10000,1,2) Net = matrix(Net,100,100) net_ref = net_refine(Net)