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.