calculatePseudobulks | R Documentation |
Compute pseudobulks and pseudopresence values for a count matrix. The pseudobulk is the average expression count value for a single cluster of cells. The pseudopresence is the number of cells that a non-zero count was found in.
calculatePseudobulks(count.data, renormalize = FALSE, ...)
count.data |
Count data as a matrix, sparse matrix or Seurat object |
Pseudobulks, pseudopresence and cluster sizes
pseudobulks.sm - Sparse matrix with pseudobulk values
pseudopresence.sm - Sparse matrix with counts of cells that non-zero expression was found in
cluster_sizes.vec - Sizes of individual clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.