mrnet.wrap(data)
mrnet.wrap
returns a matrix which is the weighted adjacency
matrix of the network inferred by MRNET algorithm.
The wrapper uses the "spearman" correlation (can be used with continuous
data) to estimate the entropy - see build.mim
.Patrick E. Meyer, Frederic Lafitte and Gianluca Bontempi. minet: A R/Bioconductor Package for Inferring Large Transcriptional Networks Using Mutual Information. BMC Bioinformatics, Vol 9, 2008.
H. Peng, F.long and C.Ding. Feature selection based on mutual information: Criteria of max-dependency, max relevance and min redundancy. IEEE transaction on Pattern Analysis and Machine Intelligence, 2005.
netbenchmark
,
evaluate
, mrnet
# Data
data <- grndata::getData(datasource.name = "toy",FALSE)
# Inference
net <- mrnet.wrap(data)
Run the code above in your browser using DataLab