closeAllH5 {rliger} | R 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.
[Package rliger version 2.0.1 Index]