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.

load_example_ctd(
  file = "CTD_Descartes_example.rds",
  tag = "latest",
  save_dir = tools::R_user_dir(package = "MultiEWCE", which = "cache")
)

Arguments

file

Name of a remotely stored file.

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()