load_example_ctd | R Documentation |
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 = c("ctd_DescartesHuman_example.rds", "ctd_DescartesHuman.rds",
"ctd_HumanCellLandscape.rds"),
multi_dataset = FALSE,
tag = "latest",
save_dir = KGExplorer::cache_dir(package = "MSTExplorer")
)
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. |
CTD <- load_example_ctd()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.