load_dataset | R Documentation |
Load a dataset from a refinebio download
load_dataset(dataset, base_path = datastore_get_path(), use_caching = TRUE)
base_path |
The path to the directory where the dataset will be downloaded and extracted. |
ID |
The dataset ID |
cache_result |
If TRUE, cache the result in the base_path. |
overwrite |
If TRUE, overwrite the cached result. |
A list of SummarizedExperiment
s representing the
experiments in the RefineBio downloaded dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.