R/RcppExports.R

Defines functions cal_diff_ratio_r pdist get_consensus_matrix rowATC

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

rowATC <- function(m, min_cor, power, k_neighbours, self) {
    .Call(`_cola_rowATC`, m, min_cor, power, k_neighbours, self)
}

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)
}
jokergoo/cola documentation built on Feb. 29, 2024, 1:41 a.m.