View source: R/prepare_SpaTopic_input.R
Seurat5obj_to_SpaTopic | R Documentation |
Prepare 'SpaTopic' input from one Seurat v5 object
Seurat5obj_to_SpaTopic(object, group.by, image = "image1")
object |
Seurat v5 object |
group.by |
|
image |
|
Return a data frame as the input of 'SpaTopic'
lung5
## nano.obj is a Seurat v5 object
#dataset<-Seurat5obj_to_SpaTopic(object = nano.obj,
# group.by = "predicted.annotation.l1",image = "image1")
## Expect output
data("lung5")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.