View source: R/spatialEnhance.R
deconvolve | R Documentation |
iterate_deconv()
functionWrapper around C++ iterate_deconv()
function
deconvolve(
Y,
positions,
xdist,
ydist,
scalef,
q,
spot_neighbors,
init,
nrep = 1000,
thin = 100,
model = "normal",
platform = c("Visium", "VisiumHD", "ST"),
nsubspots.per.edge = 3,
verbose = TRUE,
jitter.scale = 5,
jitter.prior = 0.01,
adapt.before = 100,
mu0 = colMeans(Y),
gamma = 2,
lambda0 = diag(0.01, nrow = ncol(Y)),
alpha = 1,
beta = 0.01,
cores = 1
)
List of enhancement parameter values at each iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.