Access example SOMA objects bundled with the tiledbsoma package.
Use list_datasets()
to list the available datasets and load_dataset()
to
load a dataset into memory using the appropriate SOMA class. The
extract_dataset()
method returns the path to the extracted dataset without
loading it into memory.
Arguments
- name
The name of the dataset.
- dir
The directory where the dataset will be extracted to (default:
tempdir()
).- tiledbsoma_ctx
Optional TileDB ‘Context’ object, defaults to
NULL
Value
list_datasets()
returns a character vector of the available datasets.
extract_dataset()
returns the path to the extracted dataset.
load_dataset()
returns a SOMA object.