make_integrated_pseudo_bulk: Make pseudo-bulk RNA-Seq data from a Seurat object.

View source: R/pseudobulk.R

make_integrated_pseudo_bulkR Documentation

Make pseudo-bulk RNA-Seq data from a Seurat object.

Description

Make pseudo-bulk RNA-Seq data from a Seurat object.

Usage

make_integrated_pseudo_bulk(
  seurat_object,
  type = c("counts", "logcounts", "cpm", "vstresiduals")
)

Arguments

seurat_object

Seurat object after integrated analysis. The sample and group infromation must exist in seurat_object@meta.data slot.

type

Value type of pseudo-bulk data.

Value

An array with three dimensions. The three dimensions represent genes (rownames), samples (colnames), and cell subpopulation, respectively.


altairwei/rhapsodykit documentation built on Feb. 1, 2023, 8:52 a.m.