This function will process and load a dataset from RefineBio. It is
intended for use with the rb_get_experiment
function.
Usage
rb_process_and_load(ds, base_path = dstore_get_path())
Arguments
- ds
The dataset ID or rb_dataset
object
- base_path
The path to the directory where the dataset will be
downloaded and extracted.
- cache_result
If TRUE, cache the result in the base_path.
- overwrite
If TRUE, overwrite the cached result.
Value
A list of SummarizedExperiment
s representing the
experiments in the RefineBio downloaded dataset.