Writes a Seurat object to a TileDB-SOMA experiment. Uses the
tiledbsoma::write_soma() function from the tiledbsoma package,
which handles the full conversion of assays, metadata, embeddings, and
graphs.
Arguments
- object
A Seurat object
- uri
Output URI (local path or cloud URI such as
tiledb://...ors3://...)- measurement
Name for the primary measurement. If
NULL(default), usesDefaultAssay(object).- overwrite
If
TRUE, remove any existing SOMA aturibefore writing. Default isFALSE.- verbose
Show progress messages
See also
readSOMA, scConvert