closeAllH5: Close all links (to HDF5 files) of a liger object

View source: R/h5Utility.R

closeAllH5R Documentation

Close all links (to HDF5 files) of a liger object

Description

When need to interact with the data embedded in HDF5 files out of the currect R session, the HDF5 files has to be closed in order to be available to other processes.

Usage

closeAllH5(object)

## S3 method for class 'liger'
closeAllH5(object)

## S3 method for class 'ligerDataset'
closeAllH5(object)

Arguments

object

liger object.

Value

Nothing is returned.


rliger documentation built on Oct. 30, 2024, 1:07 a.m.