Skip to contents

Factory function to open a SOMAMeasurement for reading, (lifecycle: experimental)

Usage

SOMAMeasurementOpen(
  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.