net_refine: Function to do a heuristic post-processing that improves...

Description Usage Arguments Value Examples

View source: R/net_refine.R

Description

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

Usage

1

Arguments

Net

a GRN with TFs in the columns.

Value

the network with Slavek and Arodz heuristic

Examples

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

Luisiglm/KBoost documentation built on May 13, 2021, 7:27 p.m.