netFun {lionessR}R Documentation

netFun

Description

This is the network reconstruction function that will be used to build aggregate networks.

Usage

netFun(x)

Arguments

x

Numeric matrix with samples in columns.

Value

Numeric matrix of association network.

Examples

exp <- matrix(sample(1000, 1000)/1000, 100, 10)
netFun(exp)

[Package lionessR version 1.0.0 Index]