Description Usage Arguments Details Value Examples
Saves HDF5 methrix object
1 |
m |
|
dir |
The directory to use. Created, if not existing. Default NULL |
replace |
Should it overwrite the pre-existing data? FALSE by default. |
... |
Parameters to pass to saveHDF5SummarizedExperiment |
Takes methrix
object and saves it
Nothing
1 2 3 4 | data('methrix_data')
methrix_data_h5 <- convert_methrix(m=methrix_data)
target_dir = paste0(getwd(), '/temp/')
save_HDF5_methrix(methrix_data_h5, dir = target_dir, replace = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.