convert_methrix {methrix} | R Documentation |
Converts an in-memory object to an on-disk HDF5 object.
convert_methrix(m = NULL)
m |
An object of class |
Takes a methrix
object and returns with the same object with delayed array assay slots
with HDF5 backend. Might take long time!
An object of class methrix
, HDF5 format
data(methrix_data) m2 <- convert_methrix(m=methrix_data)