load_example_CTD: Load example CTD (Descartes)

load_example_ctdR Documentation

Load example CTD (Descartes)

Description

This loads a example CTD for vignettes and testing purposes. It is Descartes Gene Expression During Development single-cell RNA-seq atlas at annotation level 1.

Usage

load_example_ctd(
  file = c("ctd_DescartesHuman_example.rds", "ctd_DescartesHuman.rds",
    "ctd_HumanCellLandscape.rds"),
  multi_dataset = FALSE,
  tag = "latest",
  save_dir = KGExplorer::cache_dir(package = "MSTExplorer")
)

Arguments

file

Name of a remotely stored file.

multi_dataset

Return a named list of multiple CTDs instead of just one CTD.

tag

tag for the GitHub release to which this data should be attached.

save_dir

Where to store the file locally.

Examples

CTD <- load_example_ctd()

neurogenomics/MultiEWCE documentation built on April 22, 2024, 6:22 a.m.