add_seurat_assay | R Documentation |
Add assay to Seurat object.
add_seurat_assay(seurat_obj, assay, counts_matrix, log_file = NULL)
seurat_obj |
Seurat object. |
assay |
Seurat assay to add the matrix to. |
counts_matrix |
Raw counts matrix. |
log_file |
Filename for the log file. |
Seurat object of cells found in both the existing object and new data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.