Skip to content

Commit

Permalink
to_dense
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Jun 20, 2024
1 parent ca6757b commit ed889a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bioc_to_zarr.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sce_to_anndata_zarr <- function(sce_obj, out_path) {
}

store <- pizzarr::DirectoryStore$new(out_path)
anndataR::from_SingleCellExperiment(sce_obj, "ZarrAnnData", store = store)
anndataR::from_SingleCellExperiment(sce_obj, "ZarrAnnData", store = store, to_dense = TRUE)
return(TRUE)
}

Expand Down

0 comments on commit ed889a0

Please sign in to comment.