Factory function to open a SOMAExperiment for reading, (lifecycle: maturing)
Usage
SOMAExperimentOpen(
uri,
mode = "READ",
platform_config = NULL,
tiledbsoma_ctx = NULL,
tiledb_timestamp = NULL
)
Arguments
- uri
URI for the TileDB object
- mode
One of
"READ"
or"WRITE"
- platform_config
Optional platform configuration
- tiledbsoma_ctx
Optional SOMATileDBContext
- tiledb_timestamp
Optional Datetime (POSIXct) for TileDB timestamp. In READ mode, defaults to the current time. If non-NULL, then all members accessed through the collection object inherit the timestamp.