mrnet
takes the mutual information matrix as input in order to infer the network using
the maximum relevance/minimum redundancy feature selection method - see details.mrnet(mim)
build.mim
.mrnet
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 command:
plot( as( returned.matrix ,"graphNEL") )build.mim
, clr
, aracne
, mrnetb
data(syn.data)
mim <- build.mim(syn.data, estimator="spearman")
net <- mrnet(mim)
Run the code above in your browser using DataLab