seuratToGiotto | R Documentation |
Convert a Seurat object to a Giotto object
seuratToGiotto(
sobject,
spatial_assay = "Spatial",
dim_reduction = c("pca", "umap"),
subcellular_assay = "Vizgen"
)
sobject |
Input Seurat object to convert to Giotto object |
spatial_assay |
Specify name of the spatial assay slot in Seurat. Default is |
dim_reduction |
Specify which dimensional reduction computations to fetch from
input Seurat object. Default is |
subcellular_assay |
Specify name of the subcellular assay in input object.
Default is |
A Giotto object converted from Seurat object with all computations stored in it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.