clr takes the mutual information matrix as input in order to return the infered network - see details.
clr( mim, skipDiagonal=1 )build.mim.clr returns a matrix which is the weighted adjacency matrix of the network.
In order to display the network, load the package Rgraphviz and use the following comand
plot( as( returned.matrix ,"graphNEL") )build.mim, aracne, mrnet, mrnetb data(syn.data)
mim <- build.mim(syn.data,estimator="spearman")
net <- clr(mim)
Run the code above in your browser using DataLab