Skip to contents

Populate TileDB-SOMA with a new dataset.

Usage

populate_tiledb(dataset_dir, force = F)

Arguments

dataset_dir

a character, corresponding to the path folder of the dataset. It is where a object.rds file is expected, and where the tiledb folder will be created.

force

a boolean, if a tiledb folder already exists, should it be removed?

Value

None. It creates a TileDB-SOMA in a specified folder.