Description Usage Arguments Details Value Examples
View source: R/scmethrix_operations.R
Loads HDF5 scMethrix
object
1 | load_HDF5_scMethrix(dir = NULL, verbose = TRUE, ...)
|
dir |
The directory to read in from. Default NULL |
verbose |
boolean; Flag for outputting function status messages. Default = TRUE |
... |
Parameters to pass to |
Takes directory with a previously saved HDF5Array format scMethrix
object and loads it
An object of class scMethrix
1 2 3 4 5 | data('scMethrix_data')
dir <- paste0(tempdir(),"/h5")
scm <- convert_scMethrix(scMethrix_data, h5_dir=dir)
save_HDF5_scMethrix(scm, h5_dir = dir, replace = TRUE)
n <- load_HDF5_scMethrix(dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.