net_refine {KBoost}R Documentation

Function to do a heuristic post-processing that improves accuracy. Each column is multiplied by its variance.

Description

Function to do a heuristic post-processing that improves accuracy. Each column is multiplied by its variance.

Usage

net_refine(Net)

Arguments

Net

a GRN with TFs in the columns.

Value

the network with Slavek and Arodz heuristic

Examples

Net =rbeta(10000,1,2)
Net = matrix(Net,100,100)
net_ref = net_refine(Net)

[Package KBoost version 1.2.0 Index]