Skip to contents

Load a dataset from a refinebio download

Usage

rb_dataset_load(dataset, base_path = datastore_get_path(), use_caching = TRUE)

Arguments

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.

Value

A list of SummarizedExperiments representing the experiments in the RefineBio downloaded dataset.