zsc: Z-score c++ function

Description Usage Arguments Value References See Also Examples

View source: R/RcppExports.R

Description

Z-score c++ function

Usage

1
    zsc(x)

Arguments

x

Numeric matrix with the microarray dataset to infer the network. Columns contain variables and rows contain samples.

Value

A matrix of numerics with the inferred adjacency matrix.

References

Prill, Robert J., et al. "Towards a rigorous assessment of systems biology models: the DREAM3 challenges." PloS one 5.2 (2010): e9202.

See Also

netbenchmark

Examples

1
2
3
4
5
    # Data
    data <- runif(100)
    dim(data) <- c(10,10)
    # Inference
    net <- zsc(data)

Example output

Loading required package: grndata

netbenchmark documentation built on May 2, 2019, 6:08 p.m.