copula: Copula transformation of data set

Description Usage Arguments Details Value References See Also Examples

View source: R/copula.R

Description

copula takes a data set as input and applies a copula transformation - see details.

Usage

1

Arguments

expdata

Data set; rows correspond to variables (e.g. genes) and columns to samples.

Details

The data set can be copula transformed for more stable estimations of the mutual information matrix. Each row of the data set (gene samples of each gene) is copula transformed and obtained rdata. Here, the formula for conversion is copuladata =(rdata- 0.5)/numberofsamples.

Value

copula returns a copula transformed data set.

References

G. Altay, F. Emmert-Streib, "Inferring the conservative causal core of gene regulatory networks", BMC Systems Biology (2010) 4:132.

See Also

c3, c3net, makemim

Examples

1
2
3

Example output

Loading required package: igraph

Attaching package: 'igraph'

The following objects are masked from 'package:stats':

    decompose, spectrum

The following object is masked from 'package:base':

    union

c3net documentation built on May 2, 2019, 5:20 p.m.

Related to copula in c3net...