R/RcppExports.R

Defines functions compute_corr map_subspot2ref iterate_deconv iterate_t_vvv iterate_t iterate_vvv iterate

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

iterate <- function(Y, df_j, nrep, thin, n, d, gamma, q, init, mu0, lambda0, alpha, beta) {
    .Call(`_BayesSpace_iterate`, Y, df_j, nrep, thin, n, d, gamma, q, init, mu0, lambda0, alpha, beta)
}

iterate_vvv <- function(Y, df_j, nrep, thin, n, d, gamma, q, init, mu0, lambda0, alpha, beta) {
    .Call(`_BayesSpace_iterate_vvv`, Y, df_j, nrep, thin, n, d, gamma, q, init, mu0, lambda0, alpha, beta)
}

iterate_t <- function(Y, df_j, nrep, thin, n, d, gamma, q, init, mu0, lambda0, alpha, beta) {
    .Call(`_BayesSpace_iterate_t`, Y, df_j, nrep, thin, n, d, gamma, q, init, mu0, lambda0, alpha, beta)
}

iterate_t_vvv <- function(Y, df_j, nrep, thin, n, d, gamma, q, init, mu0, lambda0, alpha, beta) {
    .Call(`_BayesSpace_iterate_t_vvv`, Y, df_j, nrep, thin, n, d, gamma, q, init, mu0, lambda0, alpha, beta)
}

iterate_deconv <- function(subspot_positions, dist, spot_neighbors, Y, tdist, nrep, thin, n, n0, d, gamma, q, init, subspots, verbose, jitter_scale, adapt_before, c, mu0, lambda0, alpha, beta, thread_num = 1L) {
    .Call(`_BayesSpace_iterate_deconv`, subspot_positions, dist, spot_neighbors, Y, tdist, nrep, thin, n, n0, d, gamma, q, init, subspots, verbose, jitter_scale, adapt_before, c, mu0, lambda0, alpha, beta, thread_num)
}

map_subspot2ref <- function(subspot_coords, ref_coords, thread_num = 1L) {
    .Call(`_BayesSpace_map_subspot2ref`, subspot_coords, ref_coords, thread_num)
}

compute_corr <- function(m1, m2, thread_num = 1L) {
    .Call(`_BayesSpace_compute_corr`, m1, m2, thread_num)
}
edward130603/BayesSpace documentation built on Oct. 23, 2024, 7:04 a.m.