make_integrated_pseudo_bulk | R Documentation |
Make pseudo-bulk RNA-Seq data from a Seurat object.
make_integrated_pseudo_bulk( seurat_object, type = c("counts", "logcounts", "cpm", "vstresiduals") )
seurat_object |
Seurat object after integrated analysis.
The |
type |
Value type of pseudo-bulk data. |
An array with three dimensions. The three dimensions represent genes (rownames), samples (colnames), and cell subpopulation, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.