View source: R/seurat_to_list.R
seurat_to_list | R Documentation |
Seurat
==> list
Convert: Seurat
==> list
seurat_to_list(obj, verbose = TRUE)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
verbose |
Print messages. |
A named list.
obj <- example_obj("seurat")
obj2 <- seurat_to_list(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.