Learn R Programming

c3net (version 1.1.1)

copula: Copula transformation of data set

Description

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

Usage

copula( expdata )

Arguments

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

Value

copula returns a copula transformed data set.

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.

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

Run this code
data(expdata)

expdata <- copula(expdata)

Run the code above in your browser using DataLab