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