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