load_HDF5_methrix: Loads HDF5 methrix object

load_HDF5_methrixR Documentation

Loads HDF5 methrix object

Description

Loads HDF5 methrix object

Usage

load_HDF5_methrix(dir = NULL, ...)

Arguments

dir

The directory to read in from. Default NULL

...

Parameters to pass to loadHDF5SummarizedExperiment

Details

Takes directory with a previously saved HDF5Array format methrix object and loads it

Value

An object of class methrix

Examples

data('methrix_data')
methrix_data_h5 <- convert_methrix(m=methrix_data)
target_dir = paste0(getwd(), '/temp1/')
save_HDF5_methrix(methrix_data_h5, dir = target_dir, replace = TRUE)
load_HDF5_methrix(target_dir)

CompEpigen/methrix documentation built on Sept. 23, 2023, 7:14 p.m.