R/RcppExports.R

Defines functions cppGSEA GSEA_test apply_cumsum_col GSEA_permute

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

GSEA_permute <- function(GSDB, stats_vector, nperm) {
    .Call('_NetAct_GSEA_permute', PACKAGE = 'NetAct', GSDB, stats_vector, nperm)
}

apply_cumsum_col <- function(m) {
    .Call('_NetAct_apply_cumsum_col', PACKAGE = 'NetAct', m)
}

GSEA_test <- function(GSDB, stats_vector, nperm) {
    .Call('_NetAct_GSEA_test', PACKAGE = 'NetAct', GSDB, stats_vector, nperm)
}

cppGSEA <- function(GSDB, stats_vector) {
    .Call('_NetAct_cppGSEA', PACKAGE = 'NetAct', GSDB, stats_vector)
}
lusystemsbio/NetAct documentation built on Sept. 7, 2024, 8:34 p.m.