load_HDF5_methrix {methrix} | R Documentation |
Loads HDF5 methrix object
load_HDF5_methrix(dir = NULL, ...)
dir |
The directory to read in from. Default NULL |
... |
Parameters to pass to loadHDF5SummarizedExperiment |
Takes directory with a previously saved HDF5Array format methrix
object and loads it
An object of class methrix
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)