The functions fromMatrix
and toMatrix
help in storing
(and retrieving) matrices using a TileDB backend. In particular they help
for matrices with explicit rownames.
fromMatrix(obj, uri, filter = "ZSTD", capacity = 10000L)toMatrix(uri)
Null, invisibly.
A sparse matrix object.
A character variable with an Array URI.
A character variable vector, defaults to ‘ZSTD’, for one or more filters to be applied to each attribute;
A integer value with the schema capacity, default is 10000.