Convert a Seurat object to BPCells on-disk format
Converts the counts matrix of specified assays in a Seurat object to BPCells format, saving the matrices on disk and updating the Seurat object to use these on-disk matrices. Only works for single count layers.
Examples
if (FALSE) { # \dontrun{
# Example usage
seurat_obj <- readRDS("/path/to/your/seurat_object.rds")
seurat_obj <- convert_seurat_to_bpcells(seurat_obj)
} # }