ctd_to_sce | R Documentation |
Copied from scKirby, which is not yet on CRAN or Bioconductor.
ctd_to_sce(object, as_sparse = TRUE, as_DelayedArray = FALSE, verbose = TRUE)
object |
CellTypeDataset object. |
as_sparse |
Store SingleCellExperiment matrices as sparse. |
as_DelayedArray |
Store SingleCellExperiment matrices as DelayedArray. |
verbose |
Print messages. |
SingleCellExperiment
ctd <- ewceData::ctd()
sce <- EWCE::ctd_to_sce(ctd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.