R/RcppExports.R

Defines functions zsc rate

Documented in rate zsc

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

rate <- function(PredEdgeList, GSEdgeList, ngenes, sym) {
    .Call(`_netbenchmark_rate`, PredEdgeList, GSEdgeList, ngenes, sym)
}

zsc <- function(x) {
    .Call(`_netbenchmark_zsc`, x)
}
paubellot/netbenchmark documentation built on May 24, 2020, 1:16 a.m.