R/RcppExports.R

Defines functions wilcox_randset wilcox_category_test unlock_environment hyper_randset hyper_category_test conti_randset conti_category_test binom_randset binom_category_test

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

binom_category_test <- function(directory, cutoff, root, silent) {
    invisible(.Call(`_GOfuncR_binom_category_test`, directory, cutoff, root, silent))
}

binom_randset <- function(nodes_per_gene, number_of_randomsets, directory, term, termtoterm, graph_path, root, silent) {
    invisible(.Call(`_GOfuncR_binom_randset`, nodes_per_gene, number_of_randomsets, directory, term, termtoterm, graph_path, root, silent))
}

conti_category_test <- function(directory, cutoff, root, silent) {
    invisible(.Call(`_GOfuncR_conti_category_test`, directory, cutoff, root, silent))
}

conti_randset <- function(nodes_per_gene, number_of_randomsets, directory, term, termtoterm, graph_path, root, silent) {
    invisible(.Call(`_GOfuncR_conti_randset`, nodes_per_gene, number_of_randomsets, directory, term, termtoterm, graph_path, root, silent))
}

hyper_category_test <- function(directory, cutoff, root, silent) {
    invisible(.Call(`_GOfuncR_hyper_category_test`, directory, cutoff, root, silent))
}

hyper_randset <- function(nodes_per_gene, number_of_randomsets, directory, term, termtoterm, graph_path, root, mod, silent) {
    invisible(.Call(`_GOfuncR_hyper_randset`, nodes_per_gene, number_of_randomsets, directory, term, termtoterm, graph_path, root, mod, silent))
}

unlock_environment <- function(env) {
    .Call(`_GOfuncR_unlock_environment`, env)
}

wilcox_category_test <- function(directory, cut, root, silent) {
    invisible(.Call(`_GOfuncR_wilcox_category_test`, directory, cut, root, silent))
}

wilcox_randset <- function(nodes_per_gene, number_of_randomsets, directory, term, termtoterm, graph_path, root, silent) {
    invisible(.Call(`_GOfuncR_wilcox_randset`, nodes_per_gene, number_of_randomsets, directory, term, termtoterm, graph_path, root, silent))
}

Try the GOfuncR package in your browser

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

GOfuncR documentation built on Nov. 8, 2020, 8:27 p.m.