save_HDF5_methrix | R Documentation |
Saves HDF5 methrix object
save_HDF5_methrix(m = NULL, dir = NULL, replace = FALSE, ...)
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
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.