Description Usage Arguments Details Value Examples
Converts an in-memory object to an on-disk HDF5 object.
1 | 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
1 2 | data(methrix_data)
m2 <- convert_methrix(m=methrix_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.