R/Genie3.wrap.R

Defines functions Genie3.wrap

Documented in Genie3.wrap

Genie3.wrap <- function(data){
    net <- GENIE3::GENIE3(t(data))
    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.