View source: R/anndata_to_seurat.R
anndata_to_seurat | R Documentation |
Anndata
==> Seurat
Convert: Anndata
==> Seurat
anndata_to_seurat(obj, verbose = TRUE, ...)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
verbose |
Print messages. |
... |
Parameters passed to |
NOTE: Do NOT try to "inheritDotParams sceasy::convertFormat".
The documentation in that function is empty and this will a
cryptic error with devtools::document().
obj <- example_obj("anndata")
seurat <- anndata_to_seurat(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.