View source: R/convert-Seurat.R
Seurat_Reference | R Documentation |
convert Seurat class to Reference class as the reference data for RCTD analysis using spacexr package
Seurat_Reference( seurat, slot = "counts", assay = "RNA", cell_type_name = "cell_type", nUMI_name = NULL )
seurat |
A Seurat class object. |
slot |
Specific assay data to get or set. see |
assay |
Specific assay to get data from or set data for; defaults to the default assay. see |
cell_type_name |
A colname in |
nUMI_name |
Optional, a colname (by pixel barcode) in Seurat object, which refer to total counts or UMI's appearing at each pixel. If not provided, nUMI will be assumed to be the total counts appearing on each pixel. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.