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