WriteAttribute: Write an attribute to an HDF5 file, group, or dataset

View source: R/zzz.R

WriteAttributeR Documentation

Write an attribute to an HDF5 file, group, or dataset

Description

Write an attribute to an HDF5 file, group, or dataset

Usage

WriteAttribute(x, name, lfile, stype, transpose = TRUE, verbose = TRUE)

Arguments

name

Name to store attribute as

h5

An HDF5 file, group, or dataset

robj

An object to write out

dtype

Data type of attribute

scalar

Is this a scalar or simple (vectorized) attribute?

overwrite

Overwrite the attribute if it already exists

...

Extra paramters passed to H5S$new

Value

Invisibly returns NULL


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