add_seurat_assay: Add assay to Seurat object.

View source: R/import.R

add_seurat_assayR Documentation

Add assay to Seurat object.

Description

Add assay to Seurat object.

Usage

add_seurat_assay(seurat_obj, assay, counts_matrix, log_file = NULL)

Arguments

seurat_obj

Seurat object.

assay

Seurat assay to add the matrix to.

counts_matrix

Raw counts matrix.

log_file

Filename for the log file.

Value

Seurat object of cells found in both the existing object and new data.


igordot/scooter documentation built on Nov. 20, 2023, 5:55 a.m.