calculate_pseudo_bulk | R Documentation |
Calculate pseudo-bulk RNA-Seq data from scRNA-Seq.
calculate_pseudo_bulk( sce, type = c("counts", "logcounts", "cpm", "vstresiduals"), fun = NULL, ... )
sce |
A SingleCellExperiment object. The following
cell metadata (
|
type |
Value type of pseudo-bulk data. |
fun |
Function used to calculate pseudobulk, mean or sum. If
|
... |
Args passed to |
A SingleCellExperiment object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.