View source: R/get_refinebio.R
process_and_load_dataset | R Documentation |
This function will process and load a dataset from RefineBio. It is
intended for use with the rb_get_experiment
function. However,
it can be used with any dataset that has been registered by RefineBio.
This function will download, extract, and load the data from RefineBio
for the given dataset.
process_and_load_dataset(ds, base_path = datastore_get_path())
ds |
The dataset ID or |
base_path |
The path to the directory where the dataset will be downloaded and extracted. |
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.