deconvolve: Wrapper around C++ 'iterate_deconv()' function

View source: R/spatialEnhance.R

deconvolveR Documentation

Wrapper around C++ iterate_deconv() function

Description

Wrapper around C++ iterate_deconv() function

Usage

deconvolve(
  Y,
  positions,
  xdist,
  ydist,
  q,
  init,
  nrep = 1000,
  model = "normal",
  platform = c("Visium", "ST"),
  verbose = TRUE,
  jitter_scale = 5,
  jitter_prior = 0.01,
  mu0 = colMeans(Y),
  gamma = 2,
  lambda0 = diag(0.01, nrow = ncol(Y)),
  alpha = 1,
  beta = 0.01,
  cores = 1
)

Value

List of enhancement parameter values at each iteration


edward130603/BayesSpace documentation built on May 11, 2023, 6:13 a.m.