load_HDF5_methrix: Loads HDF5 methrix object

Description Usage Arguments Details Value Examples

Description

Loads HDF5 methrix object

Usage

1

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

1
2
3
4
5
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)

methrix documentation built on Feb. 13, 2021, 2 a.m.