# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.