mRMRe Network display
The 'visualize' methods allows the visual display of an inferred mRMRe.Network topology.
## S4 method for signature 'mRMRe.Network' visualize(object)
object |
a |
Nicolas De Jay, Simon Papillon-Cavanagh, Benjamin Haibe-Kains
set.thread.count(2) data(cgps) feature_data <- mRMR.data(data = data.frame(cgps.ge)) # Build an mRMR-based network and display it network <- new("mRMRe.Network", data = feature_data, target_indices = c(1), levels = c(3, 1), layers = 2) visualize(network)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.