R/c3net.wrap.R

Defines functions c3net.wrap

Documented in c3net.wrap

c3net.wrap <- function(data){
    # cutoff <- 0
    net <- c3net(t(data),cutoffMI=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 May 2, 2019, 6:08 p.m.