convert_HDF5_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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.