Description Usage Arguments Value Examples
Function to do a heuristic post-processing that improves accuracy. Each column is multiplied by its variance.
1 | net_refine(Net)
|
Net |
a GRN with TFs in the columns. |
the network with Slavek and Arodz heuristic
1 2 3 | Net =rbeta(10000,1,2)
Net = matrix(Net,100,100)
net_ref = net_refine(Net)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.