Converts an in-memory object to an on-disk HDF5 object.

convert_methrix(m = NULL)

Arguments

m

An object of class methrix

Value

An object of class methrix, HDF5 format

Details

Takes a methrix object and returns with the same object with delayed array assay slots with HDF5 backend. Might take long time!

Examples

data(methrix_data) m2 <- convert_methrix(m=methrix_data)