build.mim
takes the dataset as input and computes the
mutual information beetween all pair of variables according
to the mutual inforamtion estimator estimator
.
The results are saved in the mutual information matrix (MIM), a square
matrix whose (i,j) element is the mutual information between variables
$Xi$ and $Xj$.
build.mim(dataset, estimator = "spearman", disc = "none", nbins = sqrt(NROW(dataset)))
build.mim
returns the mutual information matrix.Jean Hausser. Improving entropy estimation and the inference of genetic regulatory networks. Master thesis of the National Institute of Applied Sciences of Lyon, 2006.
clr
, aracne
, mrnet
, mrnetb
data(syn.data)
mim <- build.mim(syn.data,estimator="spearman")
Run the code above in your browser using DataLab