CARDfree | R Documentation |
SpatialDeconv function based on Conditional Autoregressive model
CARDfree(
XinputIn,
UIn,
WIn,
phiIn,
max_iterIn,
epsilonIn,
initV,
initb,
initSigma_e2,
initLambda
)
XinputIn |
The input of normalized spatial data |
UIn |
The input of cell type specific basis matrix B |
WIn |
The constructed W weight matrix from Gaussian kernel |
phiIn |
The phi value |
max_iterIn |
Maximum iterations |
epsilonIn |
epsilon for convergence |
initV |
Initial matrix of cell type compositions V |
initb |
Initial vector of cell type specific intercept |
initSigma_e2 |
Initial value of residual variance |
initLambda |
Initial vector of cell type sepcific scalar. |
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.