Description Usage Arguments Details Value Examples
View source: R/scmethrix_operations.R
Converts an in-memory scMethrix
to an HDF5 scMethrix
1 | convert_scMethrix(scm = NULL, h5_dir = NULL, verbose = TRUE)
|
scm |
|
h5_dir |
string; The directory to use. Will be created if it does not exist. Default = NULL |
verbose |
boolean; Flag for outputting function status messages. Default = TRUE |
Takes a scMethrix
object and returns with the same object with delayed array assay slots
with HDF5 backend. Might take long time!
An object of class scMethrix
, HDF5 format
1 2 | data('scMethrix_data')
convert_scMethrix(scMethrix_data, h5_dir=paste0(tempdir(),"/h5"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.