R/aracne.wrap.R

Defines functions aracne.wrap

Documented in aracne.wrap

aracne.wrap <- function(data){
    #estimator="spearman"
    #eps=0
    mim <- minet::build.mim(data,estimator="spearman")
    net <- minet::aracne(mim,eps=0)
    return(net);
}

Try the netbenchmark package in your browser

Any scripts or data that you put into this service are public.

netbenchmark documentation built on April 28, 2020, 7 p.m.