Description Usage Arguments Value Examples
This function computes the correlation between cells of the same cellular type that are from different batches (e.g. protocols).
1 |
raw |
A combined matrix of counts with gene expressions from all batches. Rows are genes and columns are cells. |
nnet |
A named factor with the annotation per cell. |
cell_types |
A character with names (keywords for nnet levels) for cell types you want to compute the correlation (e.g. "B|HEK|Monocytes"). |
batch |
A named factor with the batch label per cell. |
n |
Number of cells sampled for the computation of the expression average for cells that are from the same type. Default=minimum number of cells across all batches. |
genes |
A set of genes you want to use to compute the correlation. |
A matrix with correlations between batches.
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.