Stream h5seurat meta.data to an h5ad-style DataFrame group
Source:R/StreamHDF5.R
dot-stream_h5seurat_md_to_h5ad_df.RdReads meta.data columns (factors or plain datasets) and writes them as AnnData DataFrame format (categoricals use categories/codes).
Usage
.stream_h5seurat_md_to_h5ad_df(
md_group,
dst_parent,
dst_name,
cell_names,
gzip,
verbose = TRUE
)