R/RcppExports.R

Defines functions pnorm_over_mat jaccard_coeff

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

jaccard_coeff <- function(R_idx, R_weight) {
    .Call(`_monocle3_jaccard_coeff`, R_idx, R_weight)
}

pnorm_over_mat <- function(R_num_links_ij, R_var_null_num_links) {
    .Call(`_monocle3_pnorm_over_mat`, R_num_links_ij, R_var_null_num_links)
}
cole-trapnell-lab/monocle3 documentation built on April 7, 2024, 9:24 p.m.