fromMatrix | R Documentation |
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)
obj |
A sparse matrix object. |
uri |
A character variable with an Array URI. |
filter |
A character variable vector, defaults to ‘ZSTD’, for one or more filters to be applied to each attribute; |
capacity |
A integer value with the schema capacity, default is 10000. |
Null, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.