aracne.wrap <- function(data){
#estimator="spearman"
#eps=0
mim <- minet::build.mim(data,estimator="spearman")
net <- minet::aracne(mim,eps=0)
return(net);
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.