Shiny application for discovering, viewing, and downloading cellxgene data
Usage
cxg(as = c("tibble", "sce"))
Value
cxg()
returns either a tibble describing datasets
selected in the shiny application, or a list of datasets
imported into R as SingleCellExperiment objects.
Examples
# \donttest{
if (interactive())
cxg()
# }