copula function

Copula transformation of data set

Copula transformation of data set

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

copula( expdata )

Arguments

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

Returns

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

data(expdata) expdata <- copula(expdata)
  • Maintainer: Gokmen Altay
  • License: GPL (>= 3)
  • Last published: 2022-06-24

Useful links