View source: R/to_delayedarray.R
to_delayedarray | R Documentation |
DelayedArray
Convert any object to DelayedArray format.
to_delayedarray(obj, as_sparse = TRUE, verbose = TRUE, ...)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
as_sparse |
Convert to a sparseMatrix. |
verbose |
Print messages. |
... |
Arguments passed on to
|
A DelayedArray.
obj <- data.frame(gene=paste0("gene",seq_len(10)),
matrix(data = 0,nrow=10,ncol = 20))
obj2 <- to_delayedarray(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.