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