convert.Seurat | R Documentation |
Convert an Seurat object to an SpaCET object.
convert.Seurat(Seurat_obj)
Seurat_obj |
An Seurat object. |
An SpaCET object.
visiumPath <- file.path(system.file(package = "SpaCET"), "extdata/Visium_BC")
Seurat_obj <- Seurat::Load10X_Spatial(data.dir = visiumPath)
SpaCET_obj <- convert.Seurat(Seurat_obj)
SpaCET_obj <- SpaCET.quality.control(SpaCET_obj)
SpaCET.visualize.spatialFeature(SpaCET_obj, spatialType = "QualityControl", spatialFeatures=c("UMI","Gene"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.