Description Usage Arguments Value Examples
This function imputes the single cell data by borrowing information from beighborbood, similar cells, and bulk data.
1 2 3 4 5 6 7 8 9 10 11 12 |
niter |
Number of MCMC iteration. |
burnin |
Number of MCMC burnin. |
single |
Single cell matrix with each column being the upper triangular matrix of a single cell. |
bulk |
Bulk data. If NULL, bulk is set to be the sum of all single cells. |
startval |
starting value of MCMC chain. |
n |
Dimension of single cell matrix(original matrix is square and symmetrical). |
epsilon1 |
Range size of delta, default is 0.5. |
epsilon2 |
Range size of B, default is 5. |
mc.cores |
Number of cores to be used in mclapply function, default is 1. |
cutoff |
The threshold of π_{ij} that is used to define structural zeros. |
A list of posterior mean of probability, imputed data without defining SZ, and imputed data with SZ.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.