Description Usage Arguments Details Value Examples
View source: R/scmethrix_operations.R
Saves an HDF5 scMethrix
object
1 2 3 4 5 6 7 |
scm |
|
h5_dir |
string; The directory to use. Will be created if it does not exist. Default = NULL |
replace |
Should it overwrite the pre-existing data? FALSE by default. |
verbose |
boolean; Flag for outputting function status messages. Default = TRUE |
... |
Parameters to pass to saveHDF5SummarizedExperiment |
Takes scMethrix
object and saves it in the specified directory
Nothing
1 2 3 4 | data('scMethrix_data')
dir <- paste0(tempdir(),"/h5")
scm <- convert_scMethrix(scMethrix_data, h5_dir=dir)
save_HDF5_scMethrix(scm, h5_dir = dir, replace = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.