asSeurat | R Documentation |
Transforms an SPATA2
object to an object of class Seurat
.
See details for more information.
asSeurat(object, ...)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
process |
Logical value. If Use |
assay_name , image_name |
Character values. Define the name with which
to refer to the assay or the image in the |
An object of class Seurat
.
library(SPATA2)
library(Seurat)
data("example_data")
object <- example_data$object_UKF275T_diet
seurat_obj <- asSeurat(object)
class(seurat_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.