CompoundToGroup: Convert an HDF5 compound dataset to a group

View source: R/zzz.R

CompoundToGroupR Documentation

Convert an HDF5 compound dataset to a group

Description

Convert an HDF5 compound dataset to a group

Usage

CompoundToGroup(
  src,
  dest,
  dst.name = basename(path = src$get_obj_name()),
  order = c("colnames", "column-order"),
  index = NULL,
  overwrite = FALSE
)

Arguments

src

An HDF5 dataset (H5D) of type H5T_COMPOUND

dest

An HDF5 file (H5File) or group (H5Group)

dst.name

Name of group in dest

order

Name of HDF5 attribute to store column order as

index

Integer values of which values to pull; defaults to all values

overwrite

Overwrite existing group dst.name in dest

Value

Invisibly returns NULL


mojaveazure/seurat-disk documentation built on Nov. 5, 2023, 9:40 a.m.