Context map for TileDB-backed SOMA objects
Super classes
tiledbsoma::MappingBase
-> tiledbsoma::ScalarMap
-> tiledbsoma::SOMAContextBase
-> SOMATileDBContext
Methods
Inherited methods
Method new()
Usage
SOMATileDBContext$new(config = NULL, cached = TRUE)
Method to_tiledb_context()
Returns
A tiledb_ctx
object, dynamically
constructed. Most useful for the constructor of this class.
Method context()
Returns
A tiledb_ctx
object, which is
a stored (and long-lived) result from to_tiledb_context
.