R/RcppExports.R

Defines functions cal_diff_ratio_r pdist get_consensus_matrix

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

get_consensus_matrix <- function(membership_each) {
    .Call(`_cola_get_consensus_matrix`, membership_each)
}

pdist <- function(m1, m2, dm) {
    .Call(`_cola_pdist`, m1, m2, dm)
}

cal_diff_ratio_r <- function(mat, sig_mat, n_perm, dm) {
    .Call(`_cola_cal_diff_ratio_r`, mat, sig_mat, n_perm, dm)
}

Try the cola package in your browser

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

cola documentation built on Nov. 8, 2020, 8:12 p.m.