convert_HDF5_methrix {methrix} | R Documentation |
Converts HDF5 methrix object to standard in-memory object.
convert_HDF5_methrix(m = NULL)
m |
An object of class |
Takes a methrix
object and returns with the same object with in-memory assay slots.
An object of class methrix
data(methrix_data) m2 <- convert_methrix(m=methrix_data) m <- convert_HDF5_methrix(m=m2)