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

Description Usage Value

View source: R/spatialEnhance.R

Description

Wrapper around C++ iterate_deconv() function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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
)

Value

List of enhancement parameter values at each iteration


BayesSpace documentation built on Nov. 8, 2020, 8:03 p.m.