load_HDF5_methrix.Rd
Loads HDF5 methrix object
load_HDF5_methrix(dir = NULL, ...)
dir | The directory to read in from. Default NULL |
---|---|
... | Parameters to pass to loadHDF5SummarizedExperiment |
An object of class methrix
Takes directory with a previously saved HDF5Array format methrix
object and loads it
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)#> An object of class methrix #> n_CpGs: 743 #> n_samples: 4 #> is_h5: TRUE #> Reference: hg19